Crates.io | gof-rs |
lib.rs | gof-rs |
version | 0.2.3 |
source | src |
created_at | 2022-10-23 19:48:06.143148 |
updated_at | 2022-10-27 21:25:45.843495 |
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,673,878 |
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 animation speed adjustable