mandelbrot/README.md

13 lines
354 B
Markdown

# Mandelbrot
A simple python script that draws an interactive mandelbrot set in the terminal
![Mandelbrot](https://i.imgur.com/shZLyxK.png)
## Keybindings
- Arrow keys - Move around
- `(`/`)` - Zoom in and out
- `=` - Reset zoom
- `+`/`-` - Change the number of iterations to run per pixel
- `c` - Toggle between color and monochrome mode
- `q` - Quit