/game-of-life-clojure

Conway's Game of Life written using ClojureScript and Om.

Primary LanguageClojure

om-game-of-life

Writing the Game of Life simulation in ClojureScript using the Om library.

Setup

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

To create a production build run:

lein cljsbuild once min