A free, ad-supported geography and general-knowledge game that turns famous faces into a fast, fun lesson about the world. Built as a mobile-first web app, it takes seconds to learn and months to master.
Geography is often taught as an exercise in memorizing borders. We think it's much more interesting when it's about people — the athletes, artists, scientists, activists and historical figures who shape each country's identity. Every question on GuessTheCountry is a tiny cultural story: you see a real photo, read a short profile, and walk away knowing something new about a place on the map.
Our goal is simple: make world knowledge feel as addictive as a daily word puzzle, and keep it free for anyone with a browser.
GuessTheCountry started as a private notebook. One of us was preparing for a long trip through South America and kept a running list of famous people from every country on the route — footballers from Uruguay, writers from Chile, activists from Bolivia — as a way of learning the region faster than a guidebook could teach it. It worked embarrassingly well. Within a few weeks the notebook had turned into a shortcut for learning almost any country: forget the capital and the flag, learn three famous people, and the rest of the country's cultural shape starts to fill in around them.
The first prototype was a plain HTML page with fifty faces scraped from Wikipedia and a single-question format: photo on top, four buttons below. We showed it to friends and watched them play for far longer than fifty questions should have justified. The addictive loop was already there. Everything since has been polish — a bigger database, a fairer scoring system, mobile-first design, accessible flags, faster loading — but the core idea is unchanged from that first weekend.
Our belief, stated as plainly as possible: geography is best learned as culture, not as cartography. Borders, capitals and population figures are downstream facts. What makes a country memorable is the people it has produced, the language they speak, the sport they dominate, the music they export, the wars and peace movements they lived through. A quiz that leads with a person and reveals the country second turns each round into a miniature cultural encounter, not a test.
We also believe difficulty should be honest. A quiz that lets you win too easily teaches nothing, and a quiz that punishes you arbitrarily makes you quit. The ten-level structure exists to give the player a genuine ramp — from figures almost anyone can name to figures where you have to reason from clues — with the payoff being a real, measurable increase in world knowledge over a few weeks of play.
GuessTheCountry is a hand-curated database of over 1,000 notable people spanning 114+ countries and 14 professional categories — from footballers and pop musicians to Nobel laureates, heads of state, filmmakers and historical explorers. Each entry includes a verified nationality, birthplace, profession, a short fun fact, and a reusable photograph.
Difficulty is tuned across ten levels. Level 1 features globally recognizable icons (think Lionel Messi or Taylor Swift). Level 10 is genuinely hard — international scientists, journalists and cultural figures whose faces travel farther than their names. After beating Level 10, Endless Mode unlocks a continuous run using the full pool.
Building the database took longer than building the game itself. Our first automated attempt at pulling 500 people from Wikidata produced a chaotic mix — musicians tagged as scientists, footballers with the wrong national teams, and dozens of dual-citizen entries where the "correct" country was ambiguous. It taught us that automation gets you the first 60% of a dataset, and the remaining 40% is stubbornly manual work. Every record now passes a completeness check — full name, country, category, birthplace, population, fun fact, licensed photo — before it enters the pool players see.
Facts and photos are sourced from Wikidata and Wikimedia Commons. We only include images released under reusable licenses — Public Domain, CC0, CC BY, or CC BY-SA — and attribution is preserved in-app.
Nationality is a surprisingly slippery concept (dual citizenship, historical borders, adopted homelands). We use a deterministic strategy that prefers a person's primary country of identity, with a manual override table for well-known edge cases. If you spot an error, please tell us on the Contact page — every report gets read.
A few worked examples of how the override table decides edge cases: Lionel Messi is filed under Argentina despite years of Spanish residency, because his primary sporting identity is Argentine. Freddie Mercury is filed under the United Kingdom despite being born in Zanzibar, because his lifelong cultural identity was British. Pope Benedict XVI is filed under Germany rather than Vatican City, because office-based citizenship distorts the geographical picture. Every override is documented and reviewable.
We only serve photographs that are legally free to reuse. In practice this means Public Domain, CC0, CC BY and CC BY-SA — the four license categories that Wikimedia Commons uses as its default acceptance criteria. Each image carries the photographer's credit in the file metadata, and the license link is preserved so that any reader can verify the terms.
The reason we care about this so much is practical, not just legal: a game that depends on stolen photos will eventually be forced to remove them, breaking questions mid-round. Building on reusable licenses from day one means the pool is stable, and it means we can share the underlying dataset with educators who want to reuse it in their own teaching without a copyright headache.
The pipeline runs in three stages. First, a curated set of Wikidata queries pulls candidate people by profession and nationality, filtered for sitelink count as a rough proxy for real-world fame. Second, an automated pass fetches each candidate's photo from Wikimedia Commons, rejects any without a reusable license, and normalises fields like birthplace and population. Third, and most importantly, a human review pass checks nationality, difficulty scoring and cultural accuracy before an entry is promoted into the live pool.
Corrections from readers go into a queue that's reviewed weekly. Most reports are edge-case nationality calls (dual citizens, athletes who represent one country but were born in another, historical figures whose modern political geography has shifted), and each one that gets accepted becomes an entry in the override table so that future data pulls respect the decision automatically.
The short list of improvements we're actively working on:
GuessTheCountry is an independent project by a small team of geography nerds and web developers. We don't sell your data, we don't require an account to play, and we keep the interface deliberately clean — no autoplay video, no popups, no dark patterns. The game is supported by unobtrusive display advertising so it can stay free.
If you'd like to help — with a correction, a translation, a design suggestion, or an idea for a new mode — the Contact page is the fastest way to reach us. Every message gets read.
Jump straight into a round, or read How to Play first, then browse the global Leaderboard to see how you stack up. Prefer to read first? The blog has long-form articles on geography, memory science and celebrity trivia.