Create README.md

This commit is contained in:
Pavle Portic 2019-02-03 03:50:15 +01:00 committed by GitHub
parent 32ca7a60ce
commit d8af0012d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

7
README.md Normal file
View File

@ -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