gof-rs

Crates.iogof-rs
lib.rsgof-rs
version0.2.3
sourcesrc
created_at2022-10-23 19:48:06.143148
updated_at2022-10-27 21:25:45.843495
descriptionGame of life in your terminal with over 500 unique patterns to choose from.
homepage
repositoryhttps://github.com/omagdy7/gof-rs
max_upload_size
id695331
size1,673,878
Omar Magdy (omagdy7)

documentation

README

Controls

  • 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

Preview

preview

How to run

git clone https://github.com/omagdy7/gof-rs
cd gof-rs
cargo run --release

Disclaimer

  • Your terminal has to support emojis(for example: kitty, gnome terminal)
  • Your terminal font has to be using a flavour of nerd font(for example: JetBrains Mono Nerd font)

Install

cargo install gof-rs

TODOs

  • Add a lot of unique patterns.

  • Add full screen mode without the left bar.

  • Add current generation number.

  • Make the animation speed adjustable

Commit count: 51

cargo fmt