Programming Frogger
|
With the assignment we now have in programming to recreate an old school game. I’ve together with Ladbon decided to recreate the classic game Frogger. I’ve started to implement the core of the game from the Platformer project we created over the previous lectures. – Engine.h/cpp -Sprite.h/cpp -SpriteManager.h/cpp -DrawManager.h/cpp I’ve also been playing around with the Intellisense that is in visual studio, to make smart comment that are visible with mouse hovering. |