Start of course Gameprogramming 3
|
As a assignment we are meant to write every week in order too tell you what we have learned new in code. But I can honestly say I have learned only a little this week because I have to make up for other coursers. What I have learned only comes from the course lectures I have had. We started this week with a ”do you remember coding?” test. We were going to create a program that compress and decompress a specific .bmp file I only managed with the help of a friend to compress a this file to 6 kB. Now I am suppose to tell you how we did it so here we go. When we compressed the file we first read the fist pixels color, after that we made it read how many of those were in a row. Then after that we saved that row into a stack, and wrote that stack into a file. So yes that is how we did it.. you are suppose to learn from what I told you but I am still figuring it out. I can only say that the next weeks post will be better. Because I will be able to do more programming and tell about more code part and less just a ”this is how we thought” process. |