This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
blog:spring2016:klymber:journal [2016/01/18 21:05] – external edit 127.0.0.1 | blog:spring2016:klymber:journal [2016/04/29 14:23] (current) – [April 29 2016] klymber | ||
---|---|---|---|
Line 13: | Line 13: | ||
======Systems Programming Journal====== | ======Systems Programming Journal====== | ||
- | ====MONTH Day, YEAR==== | + | ====April 29, 2016==== |
+ | As a class we have worked on displaying a pahkmahn board in full color! Using appropriate characters for each item in the game for example we used @ for the power pellet and used . for the regular pellets and a W for the ghosts the walls are hopefully going to be solid lines using the ACS_BLOCK and pahkmahn is an O. The attributes such as color for the symbols should correspond to the actual color as close as we can get it to the actual Pacman game. The board is going to be a 2 dimensional array for rows and columns that we are going to fill accordingly for walls pellets ghosts and pahkmahn himself! | ||
+ | ====April 20, 2016==== | ||
+ | As a class we wrote a program we are calling Gchat for ghetto chat because of how grossly rigged up it is. This program is the first step towards our goal of making a shared memory pack man game! We each have our own assigned number that we loop through an make a file and write to it which is then written into the shared memory file and printed out. It is still very gross and needs a bit of tweaking. | ||
+ | ====MARCH 24, 2016==== | ||
- | This is a sample format | + | Yet again for no reason other than I have trouble posting things I have learned because I never know what exactly to say. So here I go, I have done quite a bit this semester! I have explored multiple different Linux operating systems and currently configuring my very own home server! I have Learned about about threading, forking |
- | As an aid, feel free to use the following questions to help you generate content for your entries: | ||
- | * What action or concept of significance, | ||
- | * Why was this significant? | ||
- | * What concepts are you dealing with that may not make perfect sense? | ||
- | * What challenges are you facing with respect to the course? | ||