This project implements Conway's Game of Life using Rust and the Minifb library for real-time rendering.
Conway's Game of Life is a cellular automaton that follows a simple set of rules to simulate the life and death of cells on a grid.
To run this project, you need to have Rust installed. You can install Rust from here.
git clone https://github.com/yalee2602/LAB2-GPC.git
cd LAB2-GPCcargo run