Daily Archives: January 7, 2015

Frogger: Week 3

Hi Again!
Sorry for the long waiting for this post. I have been busy celebrating the holidays with friends and family. And therefore I have not been working to hard on this project.
But, right before the celebration started I managed to get my frog to move. My next steps is to create the cars and logs and make them move. I think this will not be a big deal, since I got my frog to move by pressing keys.
After this I […]

/ Comments Off on Frogger: Week 3
Program: Programming

Frogger: Week 3

Hi Again!
Sorry for the long waiting for this post. I have been busy celebrating the holidays with friends and family. And therefore I have not been working to hard on this project.
But, right before the celebration started I managed to get my frog to move. My next steps is to create the cars and logs and make them move. I think this will not be a big deal, since I got my frog to move by pressing keys.
After this I […]

/ Comments Off on Frogger: Week 3
Program: Programming

This is fine

Last night I sent out a request for a meeting today in the Skype group. No responses until I asked if they were okay this afternoon. I still went down to school all day today but the lack of any response hampered my morale and what i could do.
I did get what i set out to do done at least. Figure out how to actually take inputs into the program.
My issue was fairly simple but it took some digging to […]

/ Comments Off on This is fine
Program: Programming

This is fine

Last night I sent out a request for a meeting today in the Skype group. No responses until I asked if they were okay this afternoon. I still went down to school all day today but the lack of any response hampered my morale and what i could do.
I did get what i set out to do done at least. Figure out how to actually take inputs into the program.
My issue was fairly simple but it took some digging to […]

/ Comments Off on This is fine
Program: Programming

Week 5 – Arkanoid & Collision

This week we completed Arkanoid. The game is fully functional and the code is the code we are going to use for our own project. In the final version of Arkanoid, we implemented collision for the different objects in the game. The collision checks if an objects half width plus the other objects half width is bigger than one of the objects width. We also implented SpriteText, this is useful when you want to write out text on your screen.
We have […]

/ Comments Off on Week 5 – Arkanoid & Collision
Program: Programming

Week 5 – Arkanoid & Collision

This week we completed Arkanoid. The game is fully functional and the code is the code we are going to use for our own project. In the final version of Arkanoid, we implemented collision for the different objects in the game. The collision checks if an objects half width plus the other objects half width is bigger than one of the objects width. We also implented SpriteText, this is useful when you want to write out text on your screen.
We have […]

/ Comments Off on Week 5 – Arkanoid & Collision
Program: Programming