AlexDev

Join the Gang Gang and have the latest AI and Tech content.

Home page View on GitHub

Conway's Game of Life

Posted on 6 October 2023.
javascript html css github rust wasm

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

Conclusion