An open API service indexing awesome lists of open source software.

https://github.com/maxinteger/2048-haskell

2048 game in haskell
https://github.com/maxinteger/2048-haskell

Last synced: 10 months ago
JSON representation

2048 game in haskell

Awesome Lists containing this project

README

          

# 2048-haskell
2048 game in haskell

# Install and run

- Install GHCi with cabal
- run `cabal update` and install ansi-terminal with `cabal install ansi-terminal`
- Run: `runhaskell 2048.hs`
- Use A W S D for play (exit with Ctrl+C)
- Enjoy