About
This is a geography map quiz rebuilt with Dioxus and pre-rendered as a static site. The map runs in your browser with MapLibre GL JS after the page loads.
Map tiles
The default basemap is the MapLibre demotiles vector style — colored countries with names that stay hidden while you guess, then appear (along with neighboring countries) once you answer.
You can switch to CARTO Positron (no labels) from the quiz controls for a minimal raster basemap without country names.
Country outlines
Country boundaries come from Natural Earth Admin 0 – Countries (110m), simplified and bundled as GeoJSON (polygons.json). Each country includes English, Spanish, French, German, and Japanese names plus continent metadata for future quiz modes.
Regenerate the dataset with mise run data-build (see scripts/geo/README.md).
Deploy
Production builds output static files to target/dx/yousuckatgeography/release/web/public/. Serve that directory with any static host.