The rules are really simple. Players take turns claiming a country that shares a land border with the current one. You lose if you have no valid moves left.
This is interesting - I’ve been messing around with AI generated games - I get about 50% out-of-the box ready to play intuitively now but it took a lot of refinement of the prompt to get there - I’ll tell my ai to have a go at this one and see what it produces (will credit op for the inspiration).
I am guessing it's still pretty hard to generate almost the entire project at one time with a prompt. (I personally never tried it but even with this project, I split into small steps and took time to review it.) I'm curious about what you create let me know if there is an update!
It may be nice to start in the same continent of the player. I know better the countries near here [Argentina]. North America is quite linear, so it may be boring to plat there.
It's too hard. I know enough geography to play only in a few parts of the map.
How good is the AI? We made a few mathematical games a few years ago and our problem was that the computer used perfect strategy. We had to add an easy mode. Perhaps your AI can have an easy model that does a shallow search to avoid stupid errors.
Ok thanks for the feedback. I will add an option to show the used countries during the game.
> How good is the AI? We made a few mathematical games a few years ago and our problem was that the computer used perfect strategy. We had to add an easy mode. Perhaps your AI can have an easy model that does a shallow search to avoid stupid errors.
Yeah even though it says AI mode, it is just based on a simple algorithm, otherwise, players can never win. Just made a small difference between the difficulty.
The goal is to leave your opponent with no valid neighboring countries to choose on their turn. I will think about how to improve the onboarding. Thanks for your feedback!
Loaded it on a pixel phone, saw a list of countries with no context about what picking one meant, saw a map but didn't understand how to interact with it, and that was about it.
Hi thanks for your feedback and also sorry for confusion.
The goal is basically to to leave your opponent with no valid neighboring countries to choose on their turn. I will think about how I can improve the onboarding.
reply