Conway's game of life
This is a very limited implementation of Game of Life written in Rust using SDL2 for rendering.
Building
Create a binary using Cargo cargo build
, or just run it using cargo run
Controls
Very limited controls at the moment.
- ESC: quit the application
- R: Randomise the grid to see what happens
- G: Something