conways-rust Implementation of Conway's Game of Life in Rust using Macroquad Running Clone repository git clone https://github.com/LeanSerra/conways-rust.git && cd conways-rust Run make Run release mode make run_release Run tests make test