/cellular-automaton

early attempt at game of life js

Primary LanguageJavaScript

Conway's Game of Life in the browser. Vanilla JS.

TODO:

  • Make more flexible and store values in constants
  • Allow for space-wrapping
  • Customizable colors
  • Expand the space
  • Adjust update speed
  • Port to a six-sided cube face space and print to dynamic texture used to skin a rotating cube in Three.JS