Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 446 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 446 Bytes

cljs-life

Conway's Game of Life in cljs using Quil

Usage

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.

License

Copyright © 2014 Carmen La

Distributed under the Eclipse Public License, the same as Clojure.