/game-of-life

Game of life implemented with Typescript

Primary LanguageTypeScript

Game of life

How to run:

  • First clone the repository

  • Then install dependencies: npm install

  • Then run the project: npm run dev