Skip to content

Conway's Game of Life implemented in Typescript using P5.js

Notifications You must be signed in to change notification settings

Dauta/game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌱 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.

About

Conway's Game of Life implemented in Typescript using P5.js

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published