mandelbrot/README.md

9 lines
244 B
Markdown
Raw Normal View History

2019-02-03 03:50:15 +01:00
# mandelbrot
A simple python script that draws an interactive mandelbrot set in the terminal
## Keybindings
2019-02-03 03:58:13 +01:00
- Arrow keys - Move around
- `(`/`)` - Zoom in and out
- `=` - Reset zoom
- `+`/`-` - Change the number of iterations to run per pixel