Files

10 lines
310 B
Python
Raw Permalink Normal View History

2013-01-10 17:18:47 -04:30
############################################
# Created on 1-10-2013. Miguel Angel Astor #
############################################
# 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