A snappy "guess the flag" game with no trackers etc.(flags.myyc.dev)
flags.myyc.dev
A snappy "guess the flag" game with no trackers etc.
https://flags.myyc.dev/
4 comments
Solver:
window.setInterval(() => { var g=currentFlag.commonName; checkGuess(g); document.getElementById('search-input').value = g;}, 600);
window.setInterval(() => { var g=currentFlag.commonName; checkGuess(g); document.getElementById('search-input').value = g;}, 600);
Nice, but I wrote one 10x as fast:
window.setInterval(() => { var g=currentFlag.commonName; checkGuess(g); document.getElementById('search-input').value = g;}, 60);
/s
window.setInterval(() => { var g=currentFlag.commonName; checkGuess(g); document.getElementById('search-input').value = g;}, 60);
/s