Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 340 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 340 Bytes

haskell-snake

Snake game made with Haskell

To run it locally, you need to:

  1. Download haskell platform
  2. Clone the repo
  3. run the command: cabal sandbox init
  4. run the command: cabal install
  5. run the command: cabal run

snake game preview haskell.gif