DEV Community

Neil Syiemlieh
Neil Syiemlieh

Posted on

Game of Life with p5 and Svelte

Made a little web app over the last couple of days of Conway's Game Of Life. It uses TypeScript for the algorithm, Svelte for the web app stuff, and p5.js for rendering cells in a canvas element. Hope you find it interesting!

Check it out over at: cgof.netlify.app

Alt Text

Top comments (2)

Collapse
 
netside profile image
Russell R.

no GitHub link? ;)

Collapse
 
mebble profile image
Neil Syiemlieh