Game of Life implemented in rust
Find a file
2025-08-01 17:42:17 +03:00
src added CLI parameters 2025-08-01 17:42:17 +03:00
.gitignore Initial commit 2025-05-23 21:33:32 +03:00
Cargo.lock Grid now wraps around 2025-07-31 21:13:09 +03:00
Cargo.toml Initial commit 2025-05-23 21:33:32 +03:00
README.md added CLI parameters 2025-08-01 17:42:17 +03:00

GoL-rs

Game of Life implemented in rust

While working on this I learned a lot of new stuff.