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 also started slightly on our final project, Bomberman. Planned for next week is to work on a level/map and the player. |