Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 273 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 273 Bytes

snake-game

Snake clone written in Haskell and gloss

Prerequisite is cabal and/or the Haskell platform.

Install like this:

$ git clone https://github.com/brvs/snake-game.git
$ cd snake-game
$ cabal sandbox init
$ cabal install
$ cabal run