Game of life simulation, implemented by Grok Code, using Polymatic framework, and rendered with Stage.js.
Hold down and move mouse button or touch screen to pause the simulation and toggle cells.
To run or build the source code in this repository you need to have node.js/npm installed.
Install this project dependencies:
npm installTo run the project locally:
npm run devThis will print out the url where you can open the project.
To build the project for production:
npm run build