Game-of-Life

Game Of Life

An implementation of Conway's Game of Life using Svelte

Conway's Game of Life

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.

Prerequisites

Node and npm are used to compile the web application to pure html.

Installation

Use https://github.com/jcschmidig/Game-of-Life.git to clone the app from GitHub

npm install

Compile

npm run build

Launch

cd public
open index.html

Top categories

Loading Svelte Themes