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

by mxxcon 4/21/24, 6:55 PMwith 4 comments
by dabacabaon 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 mtmailon 4/21/24, 7:12 PM

Solver:

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