diff gamelib/gameboard.py @ 11:5d58a5b13731

Extremely rudimentary game engine.
author Simon Cross <hodgestar@gmail.com>
date Sun, 30 Aug 2009 15:11:44 +0000
parents 3b045083631e
children 8a7319e4853a
line wrap: on
line diff
--- a/gamelib/gameboard.py	Sun Aug 30 15:11:21 2009 +0000
+++ b/gamelib/gameboard.py	Sun Aug 30 15:11:44 2009 +0000
@@ -1,9 +1,7 @@
 import random
 
-import pygame
 from pgu import tilevid
 
-import constants
 import data