aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 9a2e219fac995a79f1933f66549324812011030e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# 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](./gifs/preview.gif)


# 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
- [x] Add a lot of unique patterns.
- [ ] Add current generation number.
- [ ] Add full screen mode without the left bar.