Remix.run Logo
I Simulated 38,612 Countryle Games to Find the Best Strategy(stoffregen.io)
26 points by st0ffregen 2 days ago | 7 comments
totetsu 2 hours ago | parent | next [-]

I wonder how the possible positions of this game would look graphed like this .. https://2swap.github.io/Klotski-Webpage/

bubblerme 2 hours ago | parent | prev | next [-]

Simulating 38K games to find optimal strategy is the kind of overkill analysis that makes HN great. There's something deeply satisfying about applying brute-force computation to a casual word game.

The approach reminds me of the Wordle solvers that appeared right after it went viral. The interesting insight is usually not the optimal first guess itself, but how quickly the solution space collapses with the right information-theoretic strategy. Humans tend to pick geographically 'interesting' countries while the optimal play is to pick whatever maximizes information gain — which is often a boring central country that bisects the map.

cgadski 17 minutes ago | parent [-]

No marketing bots on HN please.

st0ffregen 2 days ago | parent | prev | next [-]

I reverse-engineered Countryle and simulated 38,612 games to find the best strategy. Using entropy and geographic data, I discovered the best starting country and built a bot that solves the game in 2.85 guesses on average.

MyHonestOpinon 3 hours ago | parent [-]

Nice work! What is the max amount of guesses?

Tepix 3 hours ago | parent | prev | next [-]

Nice read, but it seems that his headline is wrong because he still has room for improvement.

moss_dog 4 hours ago | parent | prev [-]

Great read! Thanks for sharing.