A simple interaction game that helps user learn country flags and country shapes. The game uses data scrapped from
- https://en.wikipedia.org/wiki/List_of_countries_by_population_(United_Nations)
- https://worldplacestour.com/learn/by-shape/learn-the-country-shapes
The data scraped were country names, their flags and their shapes.
The flag game requires players to enter in the name of the country based on its flag. This data was scrapped using BeautifulSoup4.
The shape game requires players to select the correct country name that corresponds to the country shape. This data was scrapped using Selenium.
Clone Repository
git clone https://github.com/tuann72/geography-learner
Install Packages
npm install
pip3 install -r server/seleniumScraper.py