Game of life in Rust
Game of life in Rust and Webassembly
This is an implementation of Conway's Game of Life. Here I've used
fixedbitset to minimize data
transfer between javascript and webassembly.
Speed
Controls
Use the slider to control the speed of the game in steps per frame from 1 to 10.
Pause, reset the board or kill all the cells in the board with the buttons
If you're on a computer,
CLICK to toggle the state of a cell.CTRL+CLICK to insert a Glider.SHIFT+CLICK to insert a Pulser.CTRL+SHIFT+CLICK to insert Gosper's
Glider Gun.