/rust-game-of-life

John Conway's game of life written in rust using the macroquad crate for graphics

Primary LanguageRust

Rust game of life

Hi! Here's my attempt to make the John Conway's game of life using the Rust language and macroquad, a high level graphics crate. I did this to exercice myself while studying some stuff about Rust so there may be some mistakes, if I notice something wrong i'll commit a fix.