Documentation:
	- Needs to be updated and edited
	- Currently the documentation is at:
	  http://balder.sourceforge.net/balder2d/index.php?page=balder2d_docs
    
Packaging:
    - Make .deb, .rpm, .packag, etc files for easy distribution and istallation
      Make sure they actually work.
            
Menu:
	- The look of the menu could be spruced up a bit, maybe add an animated 
      background or something.
	- Sound/video
		Music should toggle on and off when the user checks/unchecks the box 
		instead of just when the game or menu starts
	- Add player name support in the player options menu.

Sound:
    - Need sound effects for:
        probe bounce 
        projectile bounce
        others?
    - Music
    	There exists music for the menu, and a default track for in game, but 
    	each map can have a unique musical track if desired
    	
Game Content:
    - create more maps for a variety of gameplay (see the documentation on how
      to create a map - it requires only a paint program and a text editor)
    - More AI code can be written for more sophisticated computer opponants
    - Make the game speed adjustable.
    
General Code Cleanup:
    - use some sort of pool for projectiles instead of just doing new/delete;
      (not sure this is really needed? )
    - Check for memory leaks
    - Test the code for rubustness; how can we make it crash?


