from Hacker News

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

by mxxc on 4/21/24, 6:55 PM with 4 comments

  • by dabacaba on 4/21/24, 7:06 PM

    Minor issue: sometimes several "countries" (not actually countries, but dependent territories) have the same flag, but the game only accepts one answer as valid.
  • by mtmail on 4/21/24, 7:12 PM

    Solver:

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