/2-lambda

2^λ - An implementation of 2048 written in Haskell.

Primary LanguageHaskell

2^λ - An implementation of 2048 written in Haskell

Alt text

How to run

  • Download the files
  • cd into the directory.
foo@bar:~$ stack build
foo@bar:~$ stack run
  • (Alternatively, stack run will build the files for you automatically).