|
|
|
|
|
by pmontra
1836 days ago
|
|
It would be useful to know how many shades of a color there are in the game. It can be known by observing the board for a few games but from your description there are probably 100 of them, or an infinite number (infinite as in a Float.) This makes it hard to read ahead and know for example if an invasion can survive. Maybe it's a game that's inherently easier for an AI than for a person. Not a problem with that. A few notes. 1. I won twice 30-20 against Easy blue AI and tied against Medium blue by playing goish tactics (start at 3-4 from corners, knights moves, keep blue hexes separate.) 2. The UI lets me move before the colors on the board fully update. Maybe it's my phone that's slow, maybe it's an async implementation. 3. The game is quite fast because there seems to be little to think about. Of course I played only three games, if I played 100 of them I might start to notice patterns and foresee them even if I might still be unable to read the exact values. Even more so after 100 games. 4. Hexes are OK. 5. The overall first impression is good with that undeterministic feeling which in my case is also a bit too much unsatisfactory. |
|