Small recreation of Conway's Game of Life implemented in Rust. Done with the intention of learning Rust development and playing with Raylib.
- Simulation of Conway's Game of Life
- Adjustable cell distribution
- Visual representation using the Raylib library
This project is licensed under the GNU General Public License v3.0.
The implementation of the universe logic in this project is based on the Rust WebAssembly book by Aaron Turon.