hs2048-0.1.0: README.md
# [hs2048][1]
[![Build Status][2]][3]
A [2048][4] clone in Haskell.

## Setup
``` sh
$ vagrant up
$ vagrant ssh
```
``` sh
$ 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>
[1]: https://github.com/tfausak/hs2048
[2]: https://travis-ci.org/tfausak/hs2048.svg?branch=master
[3]: https://travis-ci.org/tfausak/hs2048
[4]: https://github.com/gabrielecirulli/2048