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.

/ Comments Off on Draw Manager
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.

/ Comments Off on Draw Manager
Program: Programming