Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sharkdp/quizzity
A fast-paced geography quiz
https://github.com/sharkdp/quizzity
cities countries game leaflet map quiz website
Last synced: about 1 month ago
JSON representation
A fast-paced geography quiz
- Host: GitHub
- URL: https://github.com/sharkdp/quizzity
- Owner: sharkdp
- License: mit
- Created: 2015-01-23T19:56:39.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-08-22T01:15:54.000Z (over 1 year ago)
- Last Synced: 2024-05-08T22:46:23.624Z (8 months ago)
- Topics: cities, countries, game, leaflet, map, quiz, website
- Language: JavaScript
- Homepage: http://david-peter.de/quizzity/
- Size: 430 KB
- Stars: 129
- Watchers: 8
- Forks: 17
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# quizzity
quizzity is a geographical quiz built on top of a Leaflet map. You have to guess the location of several cities on a map while receiving points for being both accurate and fast.
[**Play the game here!**](https://david-peter.de/quizzity/)
### Score distribution
![Score distribution](https://raw.githubusercontent.com/sharkdp/quizzity/master/statistics/histogram.png)### JavaScript libraries, CSS, icons
* Leaflet - http://leafletjs.com
* lodash - https://lodash.com
* jquery - http://jquery.com
* Leaflet.awesome-markers - https://github.com/lvoogdt/Leaflet.awesome-markers
* Leaflet.Geodesic - https://github.com/henrythasler/Leaflet.Geodesic
* font-awesome - http://fortawesome.github.io/Font-Awesome
* Animate.css - https://github.com/daneden/animate.css### Geodata, map rendering
* GeoNames - http://www.geonames.org
* Natural Earth - http://www.naturalearthdata.com/
* Tilemill - https://www.mapbox.com/tilemill/
* python-mbtiles - https://github.com/perrygeo/python-mbtilesThe game idea is inspired by [Geosense](http://www.geosense.net/).