2013-01-10 17:18:47 -04:30
|
|
|
############################################
|
|
|
|
|
# Created on 1-10-2013. Miguel Angel Astor #
|
|
|
|
|
############################################
|
|
|
|
|
|
2013-01-10 17:10:35 -04:30
|
|
|
# Debug constant. Set to False to turn off debugging messages.
|
|
|
|
|
DEBUG = False
|
2013-01-16 08:05:28 -04:30
|
|
|
|
|
|
|
|
# Number of players in the game. Should always be greater than or equal to one.
|
|
|
|
|
NUM_PLAYERS = 1
|