Commit graph

4 commits

Author SHA1 Message Date
Aaron Mueller e586f4a03e Add little testing and documentation 2009-12-19 21:57:22 +01:00
Aaron Mueller 01147c0d35 Adding game states and menu
* Implement a simple state machine to simulate different game stats
 * Create a generic menu to display different menus
 * Update the Makefile for TTF support
 * Draw a simple diagram to show the stats
2009-12-16 15:37:24 +01:00
Aaron Mueller 5b4847d15c Add dynamic generated terrain 2009-12-14 00:28:06 +01:00
Aaron Mueller e12b581fc8 Build a initial structure to build the game
This includes:
  * Change the Makefile so we can build the source with SDL
  * Create a config file for all global variables
  * Initialize a simple game loop to see something on the screen
  * Stub for building a drawing lib
  * Modify the README a little bit
2009-12-07 16:57:30 +01:00