I might consider adding whatever the attribute is this week (I know it's changed over the years) to prevent auto-complete. My 1Password extension keeps trying to fill in my address on the guessing field.
EDIT: Editing the page with some of the ways to disable autocomplete [0] don't seem to be working but I'm not sure if that's because 1Password binds at page load and doesn't care what I change using DevTools. In the end this is clearly 1Password's problem [0] but I sympathize with them even as I am negatively affected by it. If they had an attribute (like lastpass) we all know the worst websites/offenders on the planet (banks, intranet sites, most financial institutions, most site asking for routing/account numbers, etc) would abuse the hell out of it. It's bad enough when they try to prevent copy/pasting in. I do think they should at least provide a way to blacklist sites where you don't want to use 1Password.
Good call! I think part of the issue in this case is the naming of the field. I’m on mobile and can’t easily check but I thought it was something like “country” or similar. I’m guessing 1Password sees that and attaches its UI, I’m seeing my saved identity/location being suggested when I click into the field. A potential fix is to rename the field and any id/class to something that is generic/not related to location. Again, this is 1Password’s fault for sure, I’m just suggesting a way to fix it.
For 1Password it’s hard to say what the fix is. I will say, 1Password needs to a decent amount of work on their identity-filling agent/component. It is wrong more often than I’d like and will clobber fields I’ve already entered with different data. It will also fill/clobber other fields that aren’t identity-related. It mistakenly thinks a field is something that it’s not, just like in this games case. It’s too greedy or too loose in its search for field to fill. Passwords/2FA/secrets/etc is rock solid, identities? Not so much.
I had to disable autocomplete recently, neither autocomplete="false" or autocomplete="off" worked. MDN (source below) indicates using "new-password, but in my experience passing in any random string to the autocomplete attribute did work.
that only sort of sometimes works. chrome uses some sort of AI to look at the text displayed in a way that could visually be construed as a label and use that to identify the field for autocomplete.
the only foolproof method i've found is to use contenteditable spans instead of input tags, which has it whole own set of problems.
Seems like a fun guessing game, but the UI wasn't intuitive. I don't know if my first guess was correct, I thought for a while I was supposed to interact with the gray boxes, etc. I'd recommend having some non-dev friends play with it and provide feedback.
2nd on the giving geoguessr a run for its money. Or forming a strategic partnership? "Love tradle? You might like geoguessr, too!" etc
Its UI is similar to Worldle (https://worldle.teuteuf.fr/), it might be implicitly assuming you're familiar with it already, in which case the "how close you are geographically" mechanism makes sense.
I don't think familiarity with Wordle helps much. This UI is pretty damn confusing. You type in country names, and then a km value, arrow, and percentage value appears. I have no idea what these signify. Clicking on the boxes brings up a box that gives you information but I have no idea how that information is relevant.
The arrow and distance are from the bad guess to what the answer actually is. So like I guessed Estonia, but the answer was Sweden so the arrow pointed northwest and the distance was some 300 odd km.
Same, and I was incredibly confused by the wordle-style colored squares that briefly appeared. I saw them on the '?' page too, but no explanation of what they mean. I successfully completed the puzzle and still have no idea what those were.
This has a similar interface to Worldle (https://worldle.teuteuf.fr/) which I've been playing a lot. I've long been a fan of the OEC and always use it when I get curious about what goes on in a country at a high level, so both of these things in concert will really help me improve my geography!
The distance really confused me. I got a distance of 4,353 km between a guess and the answer - which is what you get from Google, but now what you'd say from looking at a map. Border-to-border they are only 250 km apart.
Okay, that was fun; maybe even a bit educational. I am not the best with geography, but I was able to guess based off the distance, got it on my fourth guess. It's not like I'm up to date on the exports of each nation or anything.
All these geo games that give you distances and directions to the correct answer would probably reward a little study of distance scales and how the continents line up.
This is like playing https://worldle.teuteuf.fr/ without seeing the country shape (since I do not know much about world trade). I love it – especially because it teaches me something new!
Sometimes I have trouble visualizing what country could be in that direction from the place I guessed, so having the exports is pretty helpful. Not every country would be capable of exporting Catalytic converters and centrifuges.
I would've expected soybeans to be in there for Brazil. Also, I didn't realize Brazil exported any cars! I went off of the car one and tried to think of the foreign car manufacturers I see around here (US) and came up with Subaru/Toyota (Japan), Kia/Nissan (S. Korea), Audi/VW/BMW (Germany), Ferrari/Alfa Romeo (Italy) and Volvo (Sweden). That narrows it down quite a bit. Granted I'm not a big car person so I could've been wrong as I know there are a lot of large carmakers who don't export to the US.
Web browser is a different language than English (French). When I try to enter a country whose name isn't the same in English and French, I get a pop-up saying "Pays inconnu" (unknown country).
If you click on one of the export categories, it shows you related articles for the country. Might want to consider changing that so that it doesn’t give away the answer, otherwise awesome game!
I don't really understand what the 'share' button shows. The first 3 squares seem to be always green, but then the other two turn yellow or green... based on some sort of closeness or something?
I was on the same vein, but the petroleum and fish exports doesn't really fit so I was thinking UK first. In retrospect though I wasn't considering the total trade value, it narrows possible countries quite a bit, could make it a bit too easy maybe? It's probably a lot harder though with less prominent countries. Why only one per day though!
I think it means 7.5% of the country's exports are cars. The visualization is a treemap, which shows relative sizes of datapoints. And if you click through to https://oec.world/ and check a country's data, you can see on the left its exports and on the right global exporters of the same good. The answer country is not 7.5% of global exports.
Other tips: the arrow is the direction the answer country is from your guess. The km is how far away.
Now I am really confused. It lets me guess again if I reload the page (no matter what I guess). I only get a few options from countries to pick (5 total) when I click the box to guess (a dropdown menu appears). After I used all of the slots it told me the answer was XXXXX (which was never an option for me to guess). No idea how this works.
Got it - what confused me was that when I click in the box without typing it gives me 5 suggestions already. Which I then assumed were the only 5 I could guess.
EDIT: Editing the page with some of the ways to disable autocomplete [0] don't seem to be working but I'm not sure if that's because 1Password binds at page load and doesn't care what I change using DevTools. In the end this is clearly 1Password's problem [0] but I sympathize with them even as I am negatively affected by it. If they had an attribute (like lastpass) we all know the worst websites/offenders on the planet (banks, intranet sites, most financial institutions, most site asking for routing/account numbers, etc) would abuse the hell out of it. It's bad enough when they try to prevent copy/pasting in. I do think they should at least provide a way to blacklist sites where you don't want to use 1Password.
[0] https://stackoverflow.com/a/51686510/1072106
[1] https://1password.community/discussion/117501/as-a-web-devel...