5 releases (stable)
Uses new Rust 2024
new 1.3.0 | Apr 29, 2025 |
---|---|
1.2.0 | Apr 29, 2025 |
1.0.0 | Mar 14, 2025 |
0.5.0 | Mar 10, 2025 |
0.3.0 |
|
#134 in Games
286 downloads per month
70KB
446 lines
Conway's Game of Life in Rust with Ratatui
A Rust implementation of Conway's Game of Life. Created as part of a university exercise.
The program supports two modes:
- Random universe generation (configurable with a seed value)
- Custom universe via parsing from plaintext files
Parameters are configured via the CLI using the clap
crate.
Dependencies
~13–25MB
~379K SLoC