Added bullet/tank collision; reduced tick count

This commit is contained in:
Matthias Schiffer 2010-03-18 09:14:32 +01:00
parent a1294859c7
commit 5c34cd6941
5 changed files with 41 additions and 11 deletions

View file

@ -23,7 +23,7 @@ data Bullet = Bullet
, bulletSpeed :: !Micro
, bulletBouncesLeft :: !Int
, bulletTank :: !Int
} deriving Show
} deriving (Eq, Show)
data GameState = GameState
{ level :: !Level