commit b0f418ad0d8261105ba9da1eb6b0c6207ce17a79 Author: starnakin Date: Wed Jun 25 12:28:19 2025 -0400 init diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..122af2c --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +dataset \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..656ef1c --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# BoZoGuessr + +A geography quizz game open source + +## Data + +### Communes + +#### GeoJSON +https://github.com/gregoiredavid/france-geojson/blob/master/communes.geojson +#### Number of habitant for each commune +https://www.data.gouv.fr/fr/datasets/population-municipale-des-communes-france-entiere/ \ No newline at end of file