Level-0
Level-0 copied to clipboard
Haskell Snake clone.
Level 0: A Snake clone written in Haskell, using SDL
Features
- it works
- it's fast
- readable code (it's readable to me!)
- map loading
- scoreboard
Prerequisites
- GHC (tested with 7.0.3 and 7.4.1)
- SDL from Hackage
- SDL-ttf from Hackage
- a font (by default tries to get /usr/share/fonts/TTF/TerminusBold.ttf)
Installation / usage
Level 0 is now on Hackage, so you can install it with cabal install Level0.