Welcome to the game of life implementation in rust.
The goal of this repo is to have a simple project that implements the original game of life wikipedia,lifewiki. With a simple approach and a simple lib. It's a student software engineer's project to learn Rust, and how to implement a graphic interface with it.
Have a simple program to study and play with the rules of the original game. Understand it and create complex, object. It should manage a high number of cells at the same time, show and not shown, to manage highly complex patterns.
Ps: This program takes the basic .cells
file type from the wiki! You can easily test with their files.
cargo run -- ./map/base.cells