Commit graph

19 commits

Author SHA1 Message Date
Aaron Mueller 6c2cfaf8c9 Add package building and new makefile tasks 2009-12-21 14:45:44 +01:00
Aaron Mueller e586f4a03e Add little testing and documentation 2009-12-19 21:57:22 +01:00
Aaron Mueller e908fcdf35 Fix a little bug 2009-12-16 16:03:15 +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 e13cc36bee Add some fancy colors and interaction 2009-12-14 14:22:28 +01:00
Aaron Mueller 5b4847d15c Add dynamic generated terrain 2009-12-14 00:28:06 +01:00
Aaron Mueller b7d91f259f Add sample notepad (MuPad) to generate 2D terrain
* add random sinus waves
2009-12-10 23:38:50 +01:00
Aaron Mueller 28c3ec0268 Add basic shapes to draw things on screen
* Line, Rect Functions
 * Test screen
2009-12-10 23:23:02 +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
Florian Eitel 104a4b1d49 Added comments to Makefile 2009-12-07 06:12:23 +08:00
Florian Eitel fb499130ed added Florian Eitel to Members 2009-12-07 06:12:12 +08:00
Florian Eitel b5c6cd5168 Replaced Makefile with better one
* added special output directory for executable and object files
* improved configuration section
* supported multi source files
* fixed ugly warning in clean (... with ugly hack ^^)
* added SILENT and PHONY to tasks
* added dependency for run target
* split default task in compile (and optional other tasks)
* split compile in build of each object file and executable
2009-12-07 06:12:11 +08:00
Aaron Mueller 60d12068f3 Merge branch 'master' of github.com:aaronmueller/advent2009 2009-12-04 12:35:48 +01:00
Ruben Müller 070742834c changed the README.rdoc with my name :) 2009-12-04 19:31:19 +08:00
Aaron Mueller 0bb1bc26b7 Fix some small problems with the Makefile/Source 2009-12-01 23:02:55 +01:00
Aaron Mueller c050d08186 Day 6: C, Compiler, Makefile, Buildprocess
Initial project structure.
2009-12-01 22:55:38 +01:00
Aaron Mueller b6975df023 Rename the file 2009-12-01 21:14:02 +01:00
Aaron Mueller 67a0eeba78 Update the intro text 2009-12-01 21:10:38 +01:00
Aaron Mueller c5bac125d5 first commit 2009-11-30 19:26:31 +01:00