From b0f418ad0d8261105ba9da1eb6b0c6207ce17a79 Mon Sep 17 00:00:00 2001 From: starnakin Date: Wed, 25 Jun 2025 12:28:19 -0400 Subject: [PATCH] init --- .gitignore | 1 + README.md | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 .gitignore create mode 100644 README.md 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