Skip to content

Snake game with time rewind. Built using ClojureScript, re-frame, and css grid layout

License

Notifications You must be signed in to change notification settings

uvNikita/snake-re-frame

Repository files navigation

snake-re-frame

Snake game with time rewind built using clojure, re-frame, and css grid layout

Demo

Game demo

Development Mode

Run application:

lein dev

Figwheel will automatically push cljs changes to the browser.

Wait a bit, then browse to http://localhost:3449.

Run tests:

lein clean
lein doo phantom test once

The above command assumes that you have phantomjs installed. However, please note that doo can be configured to run cljs.test in many other JS environments (chrome, ie, safari, opera, slimer, node, rhino, or nashorn).

Production Build

To compile clojurescript to javascript:

lein build

About

Snake game with time rewind. Built using ClojureScript, re-frame, and css grid layout

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published