blob: 9e4732c3f0650c1f5692cb8f4b52a3ffc7b8a308 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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

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