snake-cljs.mov
Simple snake game made using clojurescript + shadow-cljs
Clone this repository then install the dependencies using npm
npm install
Use shadow-cljs to start the local dev server
npm start
Go to http://localhost:8080/ and start playing! 🐍
To generate the static files:
npm run build