Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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?

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