What you get if you live in the boonies: "There aren't enough streets in this area. Please select somewhere else"
Show HN: A game that tests how well you know your local area
41–50 of 262 posts
Re: Show HN: A game that tests how well you know your local area
#42Would be cool if bars, restaurants and tourist attractions were added! But a fun little geoguessr like romp either way.
Re: Show HN: A game that tests how well you know your local area
#43I failed completely because in my selection (US: Boston/Cambridge) there are multiple streets with the same name like Broadway and First Street, and I always picked the wrong one.
Re: Show HN: A game that tests how well you know your local area
#44Earlier quoted context omitted.
Great feedback, thanks. I also considered factoring in street length for difficulty modes. My dad has gotten a perfect score a couple of times. Cork isn't huge but that's still very difficult. He's a human map
There's a tiny distance between this game and actual mnemonic techniques used by world champion memory athletes. Method of loci capitalizes on the fact that the brain stores memories using a map like structure, as a result of grid cells. If you can, get a cabby in London with "The Knowledge" to do a session. Such cabbies are among elite humans, of a handful of disciplines known to alter the structure of their brains…
Re: Show HN: A game that tests how well you know your local area
#45Earlier quoted context omitted.
Thanks. It's a third-party server-side API I use so it would be just based on your ID address I think. You can go here to see where it thinks you are: https://cloudflare-pages-geolocation.pages.dev . However, this can change if you reload it minutes apart or if you turn on/off WiFi, etc. It's not 100% reliable
I was also started in Cork in-game, while this link showed me the right location. I think your integration may have a bug?
Re: Show HN: A game that tests how well you know your local area
#46Earlier quoted context omitted.
I was also started in Cork in-game, while this link showed me the right location. I think your integration may have a bug?
Maybe. It uses the geolocation information Cloudflare provides. In general, it isn't extremely accurate and it doesn't always return the same location, so this doesn't surprise me too much. If it consistently works in one and not the other (at the same point in time), then the only difference I can think of is that Back Of Your Hand uses their "edge handlers" / "functions" and I made that other URL with their "worker…
Re: Show HN: A game that tests how well you know your local area
#47Was already wondering how this game was going to work, like geoguessr maybe?
Still fun though! Just not what I expected from the name.
Re: Show HN: A game that tests how well you know your local area
#48Re: Show HN: A game that tests how well you know your local area
#49Earlier quoted context omitted.
Maybe. It uses the geolocation information Cloudflare provides. In general, it isn't extremely accurate and it doesn't always return the same location, so this doesn't surprise me too much. If it consistently works in one and not the other (at the same point in time), then the only difference I can think of is that Back Of Your Hand uses their "edge handlers" / "functions" and I made that other URL with their "worker…
Submitted lino includes hardcoded location, maybe that's what's tripping people up?
I could've sworn I made sure not to include it when submitting. It does redirect to that if there's no location found so maybe HN updated the link to the redirect destination?
I'm pushing a change now to ignore this specific lat-lng combination and fallback to geolocation
Re: Show HN: A game that tests how well you know your local area
#50Earlier quoted context omitted.
Thanks. It's a third-party server-side API I use so it would be just based on your ID address I think. You can go here to see where it thinks you are: https://cloudflare-pages-geolocation.pages.dev . However, this can change if you reload it minutes apart or if you turn on/off WiFi, etc. It's not 100% reliable
I was also started in Cork in-game, while this link showed me the right location. I think your integration may have a bug?