2D Game Programming:
Grad Programming Project 3

Summary: You will develope a 2 d turn based stategy game

Due: Nov 13th (This is a Friday not a classday) at 11:59pm

Details:

You need to create a grid based 2D stategy game. Your game needs the following features

As usual, you may reuse up to (But not more than) 20% of your code from other sources. Be sure to reference any such code.

Also make sure your game assets are in subdirectories of your actual project directory. Submit the entire directory tree compressed by email as usual.

The Writeup:
Your writeup will be more significant for this game. It will need to include
  1. Your name
  2. A Manual for the game
    1. how do I start it
    2. how do I play it
    3. controls
    4. unit selection mechanism,
    5. unit building
    6. etc
  3. how did you implement the game. Just a couple of paragraphs on what you decided to do and why
  4. References to any code or assets you used from elsewhere
  5. Anything left undone