Skip to content

mumuxme/hs-2048

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hs-2048

Small 2048 game written in haskell (Linux terminal version). About 2048: wiki-2048

img

Requirements

You may need GHC 8.X and cabal installed on your system. If you are running Debian stretch, you just need the following command:

# apt-get install ghc cabal-install

Run (under linux bash)

cd hs-2048
cabal sandbox init

# install dependencies
cabal install --only-dependencies

# build
cabal build

# run
cabal run

License

GNU GPL v3, http://www.gnu.org/licenses/

About

Small 2048 game written in haskell (Linux terminal version).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published