Skip to content

drproteus/cellular-automaton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conway's Game of Life in the browser, vanilla JS with no dependencies.

Demo

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