Added the player object.

This commit is contained in:
2013-01-16 08:05:28 -04:30
parent 99d2b68712
commit 262abf2544
5 changed files with 73 additions and 6 deletions

View File

@@ -4,3 +4,6 @@
# Debug constant. Set to False to turn off debugging messages.
DEBUG = False
# Number of players in the game. Should always be greater than or equal to one.
NUM_PLAYERS = 1