Ecosyste.ms: Awesome

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

https://github.com/tfausak/fr2048

A 2048 game clone in Frege.
https://github.com/tfausak/fr2048

Last synced: about 1 month ago
JSON representation

A 2048 game clone in Frege.

Lists

README

        

# [fr2048][]

A [2048][] clone in [Frege][] ("free-guh"). It's a port of [hs2048][], my 2048
clone in Haskell.

The easiest way to get started is with [Leiningen][] ("line-ing-in"). Once you
have that installed, you can play fr2048 with `lein run`.

[fr2048]: https://github.com/tfausak/fr2048
[2048]: https://github.com/gabrielecirulli/2048
[frege]: https://github.com/Frege/frege
[hs2048]: https://github.com/tfausak/hs2048
[leiningen]: http://leiningen.org/