Earlier quoted context omitted.
So what is the percentage indicate separately from the distance? I think the "right" way to display the distance would be from the closest points in the guessed and target territories. So United States and Canada, sharing a border, would be "0 km", while Canada and Mexico would be whatever the shortest path from border to border would be (like 2,000km?) I have a feeling that's a bit more difficult than centers, thoug…
Interesting because, between easy-and-wrong and hard-but-perfect, there is the solution of subtracting the size of each country from their distance.
Worldle
121–130 of 241 posts
Re: Worldle
#122Earlier quoted context omitted.
> Though that max distance is defined to be 20,000,000. This is almost true (in real life). The meter was originally defined as 1/10,000,000 of the distance from the equator to the north pole. Given that the earth is a fairly "nice" sphere, the maximum distance between any two points on earth is very close to 20,000,000 meters.
TIL, so the equator length is 40k km by definition? So cool!
But because of this original definition the equator will work out to about 40000 km.
Re: Worldle
#123Earlier quoted context omitted.
> Though that max distance is defined to be 20,000,000. This is almost true (in real life). The meter was originally defined as 1/10,000,000 of the distance from the equator to the north pole. Given that the earth is a fairly "nice" sphere, the maximum distance between any two points on earth is very close to 20,000,000 meters.
TIL, so the equator length is 40k km by definition? So cool!
One minute of latitude is always 1nm
Re: Worldle
#124Earlier quoted context omitted.
TIL, so the equator length is 40k km by definition? So cool!
and one minute of longitude on the equator is 1/360/60 =1/21600th of it or around 1.855km or approximately 1nm. This decreases with cos of your latitude. One minute of latitude is always 1nm
Re: Worldle
#125Re: Worldle
#126I guess NZ in one guess, and now I don't know how the game behaves :-(
Re: Worldle
#127I don't understand how this works? It had a picture of _____, and the correct answer was ______. Is it just guessing the country name based on the shape? edit - hid my answer in case it wasn't as obvious to others.
Yeah it’s not as fun as Wordle, kinda interesting for a few plays though.
Re: Worldle
#128Globle is another daily geography game: https://globle-game.com/
It seems very buggy. - lots of country guesses raise an error saying it doesn't exist. Such as "brasil". - if you zoom on the map, there are flashings of the underlying map layer with country names... - I got to find the exact match of "French Guiana (France)"...
Bit problematic, think an auto complete might make life easier for guessing
Re: Worldle
#129I was extremely confused about the distance values in relation to the percentages until I read the help: > The distances displayed correspond to the distances between the selected and the target territory centers. > For instance, the computed distance between United States and Canada is around 2260km even if they have a common border. That's extremely deceptive and non-obvious unless you read through the documentatio…
So what is the percentage indicate separately from the distance? I think the "right" way to display the distance would be from the closest points in the guessed and target territories. So United States and Canada, sharing a border, would be "0 km", while Canada and Mexico would be whatever the shortest path from border to border would be (like 2,000km?) I have a feeling that's a bit more difficult than centers, thoug…
This is quite an understatement.
Re: Worldle
#130Earlier quoted context omitted.
So what is the percentage indicate separately from the distance? I think the "right" way to display the distance would be from the closest points in the guessed and target territories. So United States and Canada, sharing a border, would be "0 km", while Canada and Mexico would be whatever the shortest path from border to border would be (like 2,000km?) I have a feeling that's a bit more difficult than centers, thoug…
It's really a shame the developer didn't add this feature. One might be scared off by the large number of geometry files involved with this, but actually this is a great example of when hard coding can supersede dynamic/robust code. It would be better to simply store an object of all countries borders and the their relative direction to one another. I could see this being a slight issue with countries that share a bo…