Daily Archives: December 22, 2013
Draw Manager
Today I have polished the state machine and added a DrawManager wich for now, clears the screen with a nice yellow color and presents it.A simple Entity class is made wich will hold all game objects.
Tomorrow I will be adding a sprite class that will load a file and get it to draw on the screen.
Program: Programming
Draw Manager
Today I have polished the state machine and added a DrawManager wich for now, clears the screen with a nice yellow color and presents it.A simple Entity class is made wich will hold all game objects.
Tomorrow I will be adding a sprite class that will load a file and get it to draw on the screen.
Program: Programming