Skip to content

luketurner/golem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

G.O.L.EM.

A Game Of Life EMulator

Conway's Game of Life in the browser, written as an experiment in ClojureScript.

Features

  • 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.

Usage

# run dev server
lein figwheel

# build js
lein do clean, cljsbuild once min

# clean files
lein clean

License

Copyright © 2018 Luke Turner

Distributed under the MIT License (SPDX:MIT)

About

Conway's Game of Life in the browser, written as an experiment in ClojureScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors