18 lines
167 B
Markdown
18 lines
167 B
Markdown
|
# Fractouille
|
||
|
|
||
|

|
||
|
|
||
|
Small tree fractal.
|
||
|
|
||
|
# Keybind
|
||
|
|
||
|
- esc : quit
|
||
|
- d : decrease angle
|
||
|
- a or q : increase angle
|
||
|
|
||
|
# Building
|
||
|
|
||
|
```console
|
||
|
$ make
|
||
|
```
|