Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mitchellwrosen/hs2048-free

2048 clone in Haskell with a free monad transformer
https://github.com/mitchellwrosen/hs2048-free

Last synced: about 1 month ago
JSON representation

2048 clone in Haskell with a free monad transformer

Awesome Lists containing this project

README

        

Yet Another 2048 clone, this time using a free monad to wrap a simple DSL for playing 2048. This decouples
the 2048 language from the interpretation, and it also makes it easy to write AIs to play the game. See
Main.hs for some examples.

Code snippets stolen (with permission! :)) from https://github.com/badamson/2048.hs