This is my implementation of Conway's Game of Life. It uses Javascript and Rust compiled to Webassembly and draws the game onto an HTML canvas element.
You can try a live preview here
- Adjust speed with slider
- Toggle cells with mouse
- Clear screen
- Pause game