Settings

Theme

A snappy "guess the flag" game with no trackers etc.

flags.myyc.dev

2 points by mxxc 2 years ago · 4 comments

Reader

dabacaba 2 years ago

Minor issue: sometimes several "countries" (not actually countries, but dependent territories) have the same flag, but the game only accepts one answer as valid.

mtmail 2 years ago

Solver:

window.setInterval(() => { var g=currentFlag.commonName; checkGuess(g); document.getElementById('search-input').value = g;}, 600);

  • codingdave 2 years ago

    Nice, but I wrote one 10x as fast:

    window.setInterval(() => { var g=currentFlag.commonName; checkGuess(g); document.getElementById('search-input').value = g;}, 60);

    /s

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection