Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 711 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 711 Bytes

🌱 Game of Life

This is an implementation of Conway's Game of Life using TypeScipt and P5.js

game of life preview

😎 Try it out!

https://dauta.space/game-of-life/

⚡️ Quickstart

  • Clone this repository
  • Install dependencies -> yarn or npm 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.

🥑 Seed

Tweak the seed parameters and/or the condition and see the different patterns emerge.