Conway's Game of Life in your terminal :)
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-03-12 02:12:07 -07:00
.github/workflows Fixed cache 2025-06-05 01:37:07 -07:00
src added --loop_check option, updated dependencies 2026-03-12 02:12:07 -07:00
.gitignore Initial commit 2025-01-23 16:17:04 -08:00
Cargo.toml added --loop_check option, updated dependencies 2026-03-12 02:12:07 -07:00
README.md Update README.md 2025-05-30 08:21:33 -07:00

Simple Rust TUI implementation of Conway's Game of Life, not well optimized