This is an implementation of Conway's Game of Life using TypeScipt and P5.js
https://dauta.space/game-of-life/
- Clone this repository
- Install dependencies ->
yarn
ornpm install
- Start the bundler ->
yarn watch
- We're using ESBuild as our bundler.
- This will start bundle the code and serve the public directory.
- Enjoy!
yarn build
will produce a minified bundle.
Tweak the seed
parameters and/or the condition
and see the different patterns emerge.