Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/gamestate.py
diff options
context:
space:
mode:
Diffstat (limited to 'gamestate.py')
-rw-r--r--gamestate.py13
1 files changed, 0 insertions, 13 deletions
diff --git a/gamestate.py b/gamestate.py
deleted file mode 100644
index a3e40c9..0000000
--- a/gamestate.py
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-class GameState(object):
- ''' Used by the leader of the game to keep track of the game state
- '''
-
- def __init__(self):
- self.player_active = 0
- self.points = {}
- self.turn = 0
- self.selected = 0
-
-