Skip to content
/ 2048 Public

Clojurescript/Re-frame implementation of the game 2048

Notifications You must be signed in to change notification settings

egierach/2048

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2048

Clojurescript/Re-frame implementation of the game 2048.

Try it here: https://egierach.github.io/2048/public

Setup

If you don't already have shadow-cljs installed, install it with:

npm i -g shadow-cljs

Install the other javascript dependencies with:

npm i

Running the app

Start shadow-cljs:

shadow-cljs watch app

In your browser, visit http://localhost:8700.

Running the tests

Run:

npm test

About

Clojurescript/Re-frame implementation of the game 2048

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published