sholloway / cells

A Javascript module for simulating Conway's Game of Life in a browser."
https://samuelholloway.com/cells
MIT License
1 stars 0 forks source link

Toggle underlying data structure for the simulation. #9

Open sholloway opened 5 years ago

sholloway commented 5 years ago

Dynamically picking the storage data structure from the GUI. (e.g. Grid, Quadtree)