Conway's Game of Life in cljs using Quil
Run lein figwheel
and then open http://localhost:3449/
in your browser.
The simulation logic lives in the cljs-life.core
namespace. Any changes made there will be reflected in the browser.
Copyright © 2014 Carmen La
Distributed under the Eclipse Public License, the same as Clojure.