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
- Host: GitHub
- URL: https://github.com/maxinteger/2048-haskell
- Owner: maxinteger
- License: mit
- Created: 2015-03-01T19:12:30.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-12-12T22:31:15.000Z (about 10 years ago)
- Last Synced: 2025-01-26T10:30:22.935Z (12 months ago)
- Language: Haskell
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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