/lambda2048

Academic project. A Haskell implementation of 2048

Primary LanguageHaskellMIT LicenseMIT

Lambda2048

A haskell implementation of game 2048

Get started:

sh
> Clone git-repository
> Build with stack: stack build
> Run with stack: stack exec L2048