/conway_gol

Conway's game of life implementation in Rust

Primary LanguageRust

conway_gol

Conway's game of life implementation in Rust

Dependancies

This uses SFML to render the cells on screen, the sfml cargo crate requires you to install the SFML lib yourself, see here