Claim empty regions by owning the largest group adjacent to them.
Generated at 15/03/2021, 19:22 from 1000 logged games.
Representative game (in the sense of being of mean length). Wherever you see the 'representative game' referred to in later sections, this is it!
Implo is a finite territory game for two players: Black and White. It is played on the intersections (points) of an initially empty 7x7 square board. Each player must have access to a sufficient number of stones and markers of their own color.
In these rules, "adjacent" always means "orthogonally adjacent".
A group is a piece along with all other pieces one could reach from it through a series of steps between identical adjacent pieces. Thus, all pieces in a group are the same type (stone or marker) and color (black or white).
The size of a group is the number of pieces in it.
Likewise, a territory is an empty point along with all other points one could reach from it through a series of steps between adjacent empty points.
A patch is a territory including at most four points.
The owner of a patch is the player with the biggest group of stones adjacent to it. If there is no such group or the biggest such groups of both colors are the same size, the owner of the patch is the opponent of the player who placed the last stone on the board.
To resolve a patch is to place a marker of its owner's color on each of its points and to remove the biggest group of stones which is adjacent to the patch and owned by the same player as the patch. If several such groups are tied for biggest, the player who is resolving the patch removes, among those, one of their choosing. If there are no groups of stones adjacent to the patch, no group is removed. Note the player resolving the patch need not be the owner of the patch.
Black plays first, then turns alternate. On your turn, perform these actions in order:
If, at the end of a player's turn, there are no empty points on the board, the game ends. The player with the higher score in the final position wins.
Your score is the biggest group size in which you have the greater number of groups of markers. If there is no such size, your score is zero. If both players are tied at zero points, whoever has more stones on the board wins. If this is also tied (only possible on even-sized boards), whoever made the last move loses.
The pie rule is used in order to make the game fair. This means White will have the option, on their first turn only, to swap sides with their opponent instead of making a regular move.
General comments:
Play: Combinatorial
Family: Combinatorial 2020
Mechanism(s): Connection,Scoring
BGG Entry | Implo |
---|---|
BGG Rating | 9 |
#Voters | 1 |
SD | 0 |
BGG Weight | 0 |
#Voters | 0 |
Year | 2020 |
User | Rating | Comment |
---|---|---|
luigi87 | 9 | My game. |
Size (bytes) | 31978 |
---|---|
Reference Size | 10293 |
Ratio | 3.11 |
Ai Ai calculates the size of the implementation, and compares it to the Ai Ai implementation of the simplest possible game (which just fills the board). Note that this estimate may include some graphics and heuristics code as well as the game logic. See the wikipedia entry for more details.
Playouts per second | 16726.41 (59.79µs/playout) |
---|---|
Reference Size | 369877.20 (2.70µs/playout) |
Ratio (low is good) | 22.11 |
Tavener complexity: the heat generated by playing every possible instance of a game with a perfectly efficient programme. Since this is not possible to calculate, Ai Ai calculates the number of random playouts per second and compares it to the fastest non-trivial Ai Ai game (Connect 4). This ratio gives a practical indication of how complex the game is. Combine this with the computational state space, and you can get an idea of how strong the default (MCTS-based) AI will be.
Label | Its/s | SD | Nodes/s | SD | Game length | SD |
---|---|---|---|---|---|---|
Random playout | 18,031 | 173 | 1,696,624 | 16,246 | 94 | 9 |
search.UCB | NaN | NaN | 0 | 0 | ||
search.UCT | NaN | NaN | 0 | 0 |
Random: 10 second warmup for the hotspot compiler. 100 trials of 1000ms each.
Other: 100 playouts, means calculated over the first 5 moves only to avoid distortion due to speedup at end of game.
Rotation (Half turn) lost each game as expected.
Reflection (X axis) lost each game as expected.
Reflection (Y axis) lost each game as expected.
Copy last move lost each game as expected.
Mirroring strategies attempt to copy the previous move. On first move, they will attempt to play in the centre. If neither of these are possible, they will pick a random move. Each entry represents a different form of copying; direct copy, reflection in either the X or Y axis, half-turn rotation.
1: p1(Black) win % | 52.40±3.10 | Includes draws = 50% |
---|---|---|
2: p2(White) win % | 47.60±3.08 | Includes draws = 50% |
Draw % | 0.00 | Percentage of games where all players draw. |
Decisive % | 100.00 | Percentage of games with a single winner. |
Samples | 1000 | Quantity of logged games played |
Note: that win/loss statistics may vary depending on thinking time (horizon effect, etc.), bad heuristics, bugs, and other factors, so should be taken with a pinch of salt. (Given perfect play, any game of pure skill will always end in the same result.)
Note: Ai Ai differentiates between states where all players draw or win or lose; this is mostly to support cooperative games.
Match | AI | Strong Wins | Draws | Strong Losses | #Games | Strong Score | p1 Win% | Draw% | p2 Win% | Game Length |
---|---|---|---|---|---|---|---|---|---|---|
0 | Random | |||||||||
1 | UCT (its=2) | 631 | 0 | 314 | 945 | 0.6371 <= 0.6677 <= 0.6970 | 50.58 | 0.00 | 49.42 | 94.53 |
4 | UCT (its=5) | 631 | 0 | 313 | 944 | 0.6378 <= 0.6684 <= 0.6977 | 51.80 | 0.00 | 48.20 | 93.75 |
13 | UCT (its=14) | 631 | 0 | 347 | 978 | 0.6147 <= 0.6452 <= 0.6746 | 49.49 | 0.00 | 50.51 | 94.21 |
26 | UCT (its=27) | 631 | 0 | 322 | 953 | 0.6315 <= 0.6621 <= 0.6914 | 49.74 | 0.00 | 50.26 | 93.95 |
42 | UCT (its=43) | 631 | 0 | 357 | 988 | 0.6082 <= 0.6387 <= 0.6680 | 51.32 | 0.00 | 48.68 | 93.86 |
51 | UCT (its=52) | 554 | 0 | 446 | 1000 | 0.5230 <= 0.5540 <= 0.5845 | 50.80 | 0.00 | 49.20 | 93.46 |
52 | UCT (its=52) | 510 | 0 | 490 | 1000 | 0.4790 <= 0.5100 <= 0.5409 | 51.00 | 0.00 | 49.00 | 93.47 |
Search for levels ended: time limit reached.
Level of Play: Strong beats Weak 60% of the time (lower bound with 95% confidence).
Draw%, p1 win% and game length may give some indication of trends as AI strength increases.
This chart shows the win(green)/draw(black)/loss(red) percentages, as UCT play strength increases. Note that for most games, the top playing strength show here will be distinctly below human standard.
Game length | 84.59 | |
---|---|---|
Branching factor | 37.37 |   |
Complexity | 10^113.02 | Based on game length and branching factor |
Samples | 1000 | Quantity of logged games played |
Computational complexity (where present) is an estimate of the game tree reachable through actual play. For each game in turn, Ai Ai marks the positions reached in a hashtable, then counts the number of new moves added to the table. Once all moves are applied, it treats this sequence as a geometric progression and calculates the sum as n-> infinity.
Distinct actions | 244 | Number of distinct moves (e.g. "e4") regardless of position in game tree |
---|---|---|
Killer moves | 26 | A 'killer' move is selected by the AI more than 50% of the time Too many killers to list. |
Good moves | 187 | A good move is selected by the AI more than the average |
Bad moves | 57 | A bad move is selected by the AI less than the average |
Response distance | 3.04 | Mean distance between move and response; a low value relative to the board size may mean a game is tactical rather than strategic. |
Samples | 1000 | Quantity of logged games played |
A mean of 68.90% of board locations were used per game.
Colour and size show the frequency of visits.
Game length frequencies.
Mean | 84.59 |
---|---|
Mode | [85] |
Median | 85.0 |
Table: branching factor per turn, based on a single representative* game. (* Representative in the sense that it is close to the mean game length.)
This chart is based on a single representative* game, and gives a feel for the types of moves available throughout that game. (* Representative in the sense that it is close to the mean game length.)
Red: removal, Black: move, Blue: Add, Grey: pass, Purple: swap sides, Brown: other.
This chart shows the best move value with respect to the active player; the orange line represents the value of doing nothing (null move).
The lead changed on 30% of the game turns. Ai Ai found 11 critical turns (turns with only one good option).
This chart shows the relative temperature of all moves each turn. Colour range: black (worst), red, orange(even), yellow, white(best).
Measure | All players | Player 1 | Player 2 |
---|---|---|---|
Mean % of effective moves | 26.89 | 22.51 | 31.37 |
Mean no. of effective moves | 4.22 | 3.95 | 4.50 |
Effective game space | 10^36.44 | 10^17.86 | 10^18.58 |
Mean % of good moves | 17.87 | 24.15 | 11.44 |
Mean no. of good moves | 3.31 | 4.37 | 2.21 |
Good move game space | 10^20.30 | 10^14.05 | 10^6.25 |
These figures were calculated over a single game.
An effective move is one with score 0.1 of the best move (including the best move). -1 (loss) <= score <= 1 (win)
A good move has a score > 0. Note that when there are no good moves, an multiplier of 1 is used for the game space calculation.
Measure | Value | Description |
---|---|---|
Hot turns | 71.76% | A hot turn is one where making a move is better than doing nothing. |
Momentum | 29.41% | % of turns where a player improved their score. |
Correction | 34.12% | % of turns where the score headed back towards equality. |
Depth | 4.22% | Difference in evaluation between a short and long search. |
Drama | 1.68% | How much the winner was behind before their final victory. |
Foulup Factor | 17.65% | Moves that looked better than the best move after a short search. |
Surprising turns | 0.00% | Turns that looked bad after a short search, but good after a long one. |
Last lead change | 82.35% | Distance through game when the lead changed for the last time. |
Decisiveness | 14.12% | Distance from the result being known to the end of the game. |
These figures were calculated over a single representative* game, and based on the measures of quality described in "Automatic Generation and Evaluation of Recombination Games" (Cameron Browne, 2007). (* Representative, in the sense that it is close to the mean game length.)
Colour shows the frequency of swaps on turn 2 if this move is played on turn 1; black < red < yellow < white.
Based on 100 trials/move at 0.1s thinking time each.
Colour shows the success ratio of this play over the first 10moves; black < red < yellow < white.
Size shows the frequency this move is played.
Colour shows the frequency of swaps on turn 2 if this move is played on turn 1; black < red < yellow < white.
Size shows the frequency this move is played.
0 | 1 | 2 | 3 | 4 |
---|---|---|---|---|
1 | 81 | 6642 | 269706 | 10555366 |
Note: most games do not take board rotation and reflection into consideration.
Multi-part turns could be treated as the same or different depth depending on the implementation.
Counts to depth N include all moves reachable at lower depths.
Inaccuracies may also exist due to hash collisions, but Ai Ai uses 64-bit hashes so these will be a very small fraction of a percentage point.
No solutions found to depth 4.
Puzzle | Solution |
---|---|
p1(Black) to win in 16 moves | |
p1(Black) to win in 27 moves | |
p2(White) to win in 15 moves | |
p1(Black) to win in 19 moves | |
p1(Black) to win in 20 moves | |
p1(Black) to win in 18 moves | |
p2(White) to win in 12 moves | |
p2(White) to win in 22 moves | |
p1(Black) to win in 15 moves | |
p1(Black) to win in 12 moves | |
p2(White) to win in 3 moves | |
p1(Black) to win in 21 moves | |
p2(White) to win in 8 moves | |
p2(White) to win in 12 moves | |
p2(White) to win in 8 moves |
Weak puzzle selection criteria are in place; the first move may not be unique.