Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/drproteus/cellular-automaton

early attempt at game of life js
https://github.com/drproteus/cellular-automaton

Last synced: 6 days ago
JSON representation

early attempt at game of life js

Awesome Lists containing this project

README

        

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

[Demo](https://static.skinet.org/cellular-automata/)

### 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