Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/josxha/geo_quiz
How many countries can you name on the map?
https://github.com/josxha/geo_quiz
dart flutter game geography
Last synced: about 4 hours ago
JSON representation
How many countries can you name on the map?
- Host: GitHub
- URL: https://github.com/josxha/geo_quiz
- Owner: josxha
- Created: 2023-05-14T20:55:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-11T17:48:38.000Z (over 1 year ago)
- Last Synced: 2024-01-29T11:10:57.672Z (9 months ago)
- Topics: dart, flutter, game, geography
- Language: Dart
- Homepage: https://geo-quiz.osoo.org/
- Size: 16.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# geo_quiz
A Geography Quiz! How many countries can you name on the map?
## Features
- [x] Guess the name of all countries on the map
- [ ] Guess the country of a flag
-## Additional Notes
### Where to get a GeoJson file?
- https://public.opendatasoft.com/explore/dataset/world-administrative-boundaries/export/
- https://datahub.io/core/geo-countries
- https://github.com/datasets/geo-countries/tree/master
- Can get simplified with https://mapshaper.org/.### Where to get country flags as svg?
- https://github.com/lipis/flag-icons/tree/main/flags/4x3
### Where to get country outlines?
- https://www.amcharts.com/svg-maps/
- https://simplemaps.com/resources/svg-world### Where to get the country json with country codes
- https://gist.github.com/keeguon/2310008