A clone of the classic game Snake made with Clojurescript and Reagent.
You will need Boot to build the project.
Run the development server. Open localhost:3000 once it is up.
boot dev
Build with optimizations and save in ./target
boot deploy
Unlicense