diff --git a/README.md b/README.md new file mode 100644 index 0000000..3997a50 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# mandelbrot +A simple python script that draws an interactive mandelbrot set in the terminal + +## Keybindings +- Arrows - Move around +- `(`/`)` - Zooming +- `+`/`-` - Change the number of iterations to run