If you don't know what the Game of Life is yet, please look at the Wikipedia article.
This version is using Svelte + Vite + TypeScript, but you can also find a React version in previous commits.
- Clone this repo
npm i
npm start
- Clone this repo
npm i
npm run build
docker run -p 8080:80 antoinejaussoin/game-of-life:latest
then open your browser at localhost:8080
http://kaytdek.trevorshp.com/projects/computer/neuralNetworks/gameOfLife2.htm
http://nullprogram.com/webgl-game-of-life/
http://www.radicaleye.com/lifepage/picgloss/picgloss.html
- Ability to select shapes and draw them on the grid
- Ability to choose a starting scenario
- Ability to choose the engine (WebGL or 2D Canvas)
- Finished the migration to TypeScript
- Migration to Svelte 4
- Migration to Vite (from Snowpack)