Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 168 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 168 Bytes

Lambda2048

A haskell implementation of game 2048

Get started:

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