
About
2048 is a sliding-tile puzzle game created by Gabriele Cirulli and released in 2014 as free, open-source software; mobile versions for iOS and Android followed later that year. hs2048 is a Haskell implementation of 2048, including the game logic and a text-based console interface for playing it.
How it differs from the original
Unlike the original's graphical, browser-based interface, hs2048 is played entirely through a text console.
Getting started
hs2048 is distributed as a Haskell package (available via Hackage/Stackage); once installed, the game is played through its console interface.