/game-of-life

Conway's game of life implemented by Deno + TypeScript + p5js

Primary LanguageTypeScript

README

This is an example of implementing Conway's Life Game with Deno + TypeScript + p5.js.

screen cast

preview locally

Install deno and run the following code:

deno task dev

Links