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: 27 days ago
JSON representation
A 2048 game clone in Frege.
- Host: GitHub
- URL: https://github.com/tfausak/fr2048
- Owner: tfausak
- License: mit
- Archived: true
- Created: 2015-06-23T13:40:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-23T13:41:15.000Z (over 9 years ago)
- Last Synced: 2024-04-16T03:22:41.074Z (8 months ago)
- Language: Frege
- Homepage:
- Size: 105 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-frege - 2048 - Frege clone of 2048. (Sample Applications / Games)
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/