Description
A 2048 clone in Haskell.
Description
A 2048 clone in Haskell.
This implements the game logic as well as a console interface for playing it.
README.md
hs2048
A 2048 clone in Haskell.
Setup
$ vagrant up
$ vagrant ssh
$ cd /vagrant
$ make
$ make run
Others
- https://github.com/DavidMihola/2048
- https://github.com/Javran/h2048
- https://github.com/YawarRaza7349/2048Game.hs
- https://github.com/badamson/2048.hs
- https://github.com/chrismwendt/2048
- https://github.com/egonSchiele/ones
- https://github.com/godel9/2048-hs
- https://github.com/jgallag88/2048
- https://github.com/mitchellwrosen/hs2048-free
- https://github.com/uncleverone/haskell2048