diff --git a/README.md b/README.md index 2a9b8e2..f9a7301 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 42MapGenerator (v2) -42MapGenerator is a tiny bash script developed at School 42 (Paris) for downloading and generating maps of the **real world**, **the Earth's moon** and the planet **Venus** for the pedagogical project **Fil de Fer (FdF)**. +42MapGenerator is a tiny bash script developed at School 42 (Paris) for downloading and generating maps of the **real world**, **the Earth's moon** and the planet **Venus** for the pedagogical project **Fil de Fer (FdF)**. It allows you to find by name the coordinates of a country or a city thanks to the **Google Geocoding API** and to reduce the exported file size by providing 5 different formats (XXL, XL, L, M, S). diff --git a/assets/42MapGenerator.ascii b/assets/42MapGenerator.ascii new file mode 100644 index 0000000..05a16df --- /dev/null +++ b/assets/42MapGenerator.ascii @@ -0,0 +1,21 @@ + #### ######## + #### ## #### + #### ##### + ########### ##### # + ########### ######## + #### +##################### #### +##################### +##################### ## +##################### ##### +####### ####### ######## +####### ####### ####### +####### ####### ##### ##### +####### ####### ##### ##### +####### ####### ##### ##### +####### ####### ##### +####### ####### ####### +####### ####### ####### + ##### + ### + # diff --git a/assets/42MapGenerator.png b/assets/42MapGenerator.png new file mode 100644 index 0000000..3f19ddd Binary files /dev/null and b/assets/42MapGenerator.png differ diff --git a/assets/42MapGenerator_250x250.png b/assets/42MapGenerator_250x250.png new file mode 100644 index 0000000..712786b Binary files /dev/null and b/assets/42MapGenerator_250x250.png differ diff --git a/assets/42MapGenerator_416x416.png b/assets/42MapGenerator_416x416.png new file mode 100644 index 0000000..7669a2d Binary files /dev/null and b/assets/42MapGenerator_416x416.png differ diff --git a/assets/42MapGenerator_cropped.png b/assets/42MapGenerator_cropped.png new file mode 100644 index 0000000..d6eba43 Binary files /dev/null and b/assets/42MapGenerator_cropped.png differ