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

How to run
git clone https://github.com/omagdy7/gof-rs
cd gof-rs
cargo run --release
TODOs
- [x] Add a lot of unique patterns.
- [ ] Add all of the patterns to some sort of database.
- [ ] Add current generation number.
- [ ] Add full screen mode without the left bar.