conway-game-life-ratatui

Crates.ioconway-game-life-ratatui
lib.rsconway-game-life-ratatui
version1.3.0
created_at2025-03-09 03:31:11.32457+00
updated_at2025-04-29 16:30:46.383484+00
descriptionConway's Game of Life in the CLI using ratatui
homepage
repositoryhttps://github.com/LuMarans30/conway-game-life-ratatui
max_upload_size
id1585100
size102,226
Andrea Marano (LuMarans30)

documentation

README

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

Commit count: 42

cargo fmt