Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aqrln/haskell-2048
Yet another clone of 2048 game. This time, in Haskell.
https://github.com/aqrln/haskell-2048
2048 haskell
Last synced: 19 days ago
JSON representation
Yet another clone of 2048 game. This time, in Haskell.
- Host: GitHub
- URL: https://github.com/aqrln/haskell-2048
- Owner: aqrln
- License: mit
- Created: 2015-01-17T15:41:04.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-24T03:15:36.000Z (about 8 years ago)
- Last Synced: 2024-10-03T18:20:23.053Z (about 1 month ago)
- Topics: 2048, haskell
- Language: Haskell
- Size: 4.88 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
2048 in Haskell! Yay!
=====================Yet another clone of @gabrielecirulli's 2048 game,
even though it's not mainstream to do those anymore.
This time, a CLI Haskell implementation.And, besides, it is my first program in Haskell not counting
stuff like hello-worlds and qsorts.