Simple Reagent/Re-Frame Snake game
git clone https://github.com/sergmarch/snake-game.git
cd snake-game/
To get an interactive development environment run:
lein figwheel
and open your browser at localhost:3449. This will auto compile and send all changes to the browser without the need to reload. After the compilation process is complete, you will get a Browser Connected REPL.
To clean all compiled files:
lein clean