git clone https://github.com/geauser/gameoflife.git
Open gameoflife/src/index.html
in your web-browser.
Install the dependencies for Electron.
cd gameoflife && yarn install
Then run the electron application:
yarn start
click
: Toggle a celld + mouse
: Toggle cells in the path of the mouse moving. (Stop pressingd
to stop the writing).f
: Fill the plane with random cells.c
: Clear the plane.
This application being a simple one day project, I won't spend much more time on it, so if you'd like to add some features feel free to fork it.