Clojurescript/Re-frame implementation of the game 2048.
Try it here: https://egierach.github.io/2048/public
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
Start shadow-cljs:
shadow-cljs watch app
In your browser, visit http://localhost:8700.
Run:
npm test