Conway's Game of Life in Rust Conway's Game of Life written in Rust using Piston 2D graphics library. Quick Start $ cargo run Controls Left click to toggle cell state Space to calculate next tick R to randomly fill grid with dead/alive cells