⚠️ Work in progress
A Wikipedia chronology game for the terminal. You're given 5 random Wikipedia events — sort them from oldest to newest.
Built with Bubble Tea and the Wikipedia API.
go run .
You get 5 events with their dates hidden. Grab and drag them into chronological order, then submit to see how you did. 3 rounds, final score at the end.
| Key | Action |
|---|---|
↑ ↓ / j k |
Navigate events |
Space |
Grab / drop event |
Enter |
Submit / next round |
q / Esc |
Quit |
r |
Play again (end screen) |
- Date extraction — NLP-style regex extracts birth years, founding dates, and event dates from Wikipedia articles
- Date masking — all years are replaced with
████so you can't cheat - Kind tags — each card shows what you're sorting by:
[Person · born ████],[Founded ████],[Event · ████] - Scoring — tracks correct placements across rounds with a final rating
- Go 1.21+ (or use mise:
mise install) - Internet connection (fetches from Wikipedia API)