Sunday 20 January 2013

The Blog Begins


Welcome to my blog! This is my first Java development blog post. Currently, I am working on my own, personal game engine, which will be used in all of my future games.
The first stages have been setup a Game class which will be able to house all of the basic game capabilities such as the tick, draw loop and that includes the same loop for all sprites in the game instance.
The hierarchy for the types of sprites is mainly through abstract classes going from Sprite all the way AnimatedSprite at the moment. The idea is, I can inherit those classes to make various interactions between sprites.
The first game that I will test this engine on will be a "run away from the zombies" game!
-Luke

No comments:

Post a Comment