git clone https://github.com/geauser/gameoflife.gitOpen gameoflife/src/index.html in your web-browser.
Install the dependencies for Electron.
cd gameoflife && yarn installThen run the electron application:
yarn startclick: Toggle a celld + mouse: Toggle cells in the path of the mouse moving. (Stop pressingdto 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.
