Conway's Game of Life
About
I have built this project using WASM. I have wrote the logic of the game in Rust, compiled it to WASM and then hosted the game using an HTML website.
The website is hosted on Github Pages.
The controls of the application are at the bottom of the screen. You can paint different shapes, pause, play frame by frame, randomize and clear the screen.
Usage
To start the application you will need to run
npm run serve