Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 294 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 294 Bytes

2048

Copyright (c) 2014 Zhe Wang
Haskell clone of origin 2048 (http://gabrielecirulli.github.io/2048/) game in console.

Usage

ghc 2048.hs -o 2048
./2048

Then you can play by entering "up", "down", "left" or "right". You will lose if there is no possible move you can make.