Skip to content

mightybyte/reflex-2048

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To build this project:

First clone the repo, then retrieve all the submodules with:

git submodule update --init --recursive

Now run:

deps/reflex-platform/work-on ./packages.nix ./.

When that is done running, it puts you in a nix-shell with all the dependencies in place. Then you can build with:

cabal configure --ghcjs
cabal build

About

A Haskell implementation of 2048 with Reflex.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published