manabiseijin / 2048game

2048 implementation in Haskell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2048 game

A 2048 clone in Haskell.

Screenshot

Screenshot

Installation

Download a stable version here or clone this repository (for the tesing one) extract it, cd into it and then run:

cabal install

You can then launch the game with the 2048game command from a terminal.

How to play

Command Action
h,j,k,l left,down,up,right
q quit
r restart

About

2048 implementation in Haskell

License:GNU General Public License v3.0


Languages

Language:Haskell 100.0%