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

app conway-game-life-ratatui

Conway's Game of Life in the CLI using ratatui

3 releases (stable)

Uses new Rust 2024

1.1.0 Apr 2, 2025
1.0.0 Mar 14, 2025
0.5.0 Mar 10, 2025
0.3.0 Mar 9, 2025

#117 in Games

Download history 201/week @ 2025-03-06 170/week @ 2025-03-13 2/week @ 2025-03-20 77/week @ 2025-03-27 68/week @ 2025-04-03

325 downloads per month

MIT license

17KB
344 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

~12–23MB
~332K SLoC