Crates.io | gof-rs |
lib.rs | gof-rs |
version | 0.2.4 |
source | src |
created_at | 2022-10-23 19:48:06.143148 |
updated_at | 2024-12-04 17:44:05.404237 |
description | Game of life in your terminal with over 500 unique patterns to choose from. |
homepage | |
repository | https://github.com/omagdy7/gof-rs |
max_upload_size | |
id | 695331 |
size | 1,685,319 |
a: play animation
n: next generation
s: stop
j or down arrow: go down next pattern (note: you have to stop the animation to browse the patterns)
k or up arrow: go up next pattern
git clone https://github.com/omagdy7/gof-rs
cd gof-rs
cargo run --release
cargo install gof-rs
Add a lot of unique patterns.
Add full screen mode without the left bar.
Add current generation number.
Make the UI Responsive when terminal is resized
Make the animation speed adjustable
Make the animation repeatable if all generation dies out