A Game Of Life EMulator
Conway's Game of Life in the browser, written as an experiment in ClojureScript.
- Increase/decrease the rate of time.
- Click on the board to swap cells between alive and dead.
- Library of interesting patterns, with RLE import/export.
# run dev server
lein figwheel
# build js
lein do clean, cljsbuild once min
# clean files
lein cleanCopyright © 2018 Luke Turner
Distributed under the MIT License (SPDX:MIT)