Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.