From d8af0012d1b682eaa2eca40836eb7192b7571989 Mon Sep 17 00:00:00 2001 From: Pavle Portic Date: Sun, 3 Feb 2019 03:50:15 +0100 Subject: [PATCH] Create README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md 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