Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Aguiar <alanjas@hotmail.com>2012-05-23 07:50:39 (GMT)
committer Alan Aguiar <alanjas@hotmail.com>2012-05-23 07:50:39 (GMT)
commit403c7ed4537f7cf93979c2a0d66ab9c589c7331e (patch)
tree0f12e3723918fe6dd2fdeac038d9a7b3f0dd4333
parentea083e198d20bac1d61ec29597cbe15efeb0535d (diff)
rename game for horse
-rw-r--r--horse.py (renamed from game.py)0
-rw-r--r--run.py2
2 files changed, 1 insertions, 1 deletions
diff --git a/game.py b/horse.py
index 6e2d5f6..6e2d5f6 100644
--- a/game.py
+++ b/horse.py
diff --git a/run.py b/run.py
index 3329a3a..5498cf3 100644
--- a/run.py
+++ b/run.py
@@ -18,7 +18,7 @@ def main():
size = olpcgames.ACTIVITY.game_size
screen = pygame.display.set_mode(size)
clock = pygame.time.Clock()
- game = horse.game.Game()
+ game = horse.Game()
game.setup(screen)
running = True