This is an implemntation of https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life based on Svelte.
I wrote an article on medium to explain its architecture.
Node and npm are used to compile the web application to pure html.
Use https://github.com/jcschmidig/Game-of-Life.git to clone the app from GitHub
npm install
npm run build
cd public
open index.html