#ratatui #life #conways-game-of-life #value #conway-game-life-ratatui

app conway-game-life-ratatui

Conway's Game of Life in the CLI using ratatui

5 releases (stable)

Uses new Rust 2024

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 Mar 9, 2025

#132 in Games

Download history 70/week @ 2025-03-03 278/week @ 2025-03-10 23/week @ 2025-03-17 2/week @ 2025-03-24 131/week @ 2025-03-31 14/week @ 2025-04-07 3/week @ 2025-04-14 211/week @ 2025-04-28 31/week @ 2025-05-05 12/week @ 2025-05-12

255 downloads per month

MIT license

70KB
446 lines

Conway's Game of Life in Rust with Ratatui

Crates.io Total Downloads Crates.io Size

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.

demo

Dependencies

~13–25MB
~379K SLoC