Bide is a combinatorial, abstract strategy game for 2-6 players played on a hexagonal or square board which is initially empty (hex-hex base 5 is recommended). Bide was designed by Alek Erickson in May 2020.
Generated at 21/02/2021, 10:05 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!
Players can skip turns to get extra turns later:
Players take turns placing stones of their colour in the hexagonal cells. At the beginning of your turn, you are given a new stone. You can either play it, or "bide" (meaning wait). If you bide, set the stone aside and your turn ends immediately. The stone remains in your hand. If you play the new stone while having at least one stone still in hand, you may "release" (meaning play every stone in your hand in succession). If a player releases, all opponents must immediately release next turn, including their stone for that turn.
Stones create shock waves:
When a stone is placed, it creates a "shock wave": all adjacent stones move one space in the direction radially outward from the placement. If there are multiple connected stones adjacent to the placed stone, positioned directly in the line of the shock wave, they all move one space. If this movement causes a stone to bump into another stone directly in the line of the shock wave, that stone also gets pushed one space (becoming adjacent along a different grid line does not count). However, stones cannot be pushed past the edges of the board, and lines that are full between the edges and placed stone do not move.
Players get points for owning the centre:
When the board is full, players score the position. Each stone is worth points equal to its distance from the nearest edge (starting at zero). Groups consist of connected, adjacent stones of a single colour. Groups are worth the sum of their stones. The player with the highest scoring group wins. If tied, remove the outer-most ring of pieces and re-score, repeating this process until there is a winner.
General comments:
Play: Combinatorial
Family: Combinatorial 2020
Mechanism(s): Connection,Movement,Scoring
Components: Board
BGG Entry | Bide |
---|---|
BGG Rating | 8.31818 |
#Voters | 11 |
SD | 1.05038 |
BGG Weight | 0 |
#Voters | 0 |
Year | 2020 |
User | Rating | Comment |
---|---|---|
at010 | 7 | |
jcarnehl | 7 | |
alekerickson | 10 | I only design games that I will always enjoy playing, so it only makes sense for me to give this a ten. |
Matt1990 | 8 | Many of the abstracts I've played feel like merely variations on Chess, but the shockwave mechanics give Bide a character all of its own. Definitely going to play it again. |
coldsalmon | 8 | The basic goal of the game is very intuitive, and the basic mechanics are fun. Create a plan, and watch it get blown to bits, then take your revenge on your opponent. |
Observer9 | 10 | |
AdamCarney | 8.5 | A quick and dynamic abstract game with a high player count, Bide is one that I would almost always enjoy playing. |
arcticnights | 7 | |
Zapawa | 9 | The enjoyable chaos introduced by biding and shockwaves makes the game a true delight. I don't remember myself ever having that much fun playing an abstract. At the same time, Bide seems to have varied strategies and rich tactics, it can certainly be a brain burner if you actually bother to analyze it. Playing for the sheer fun of scattering enemy pieces through the board with massive explosions is still very much valid, though. |
nestorgames | 9 | |
Incanum | 8 |
Size (bytes) | 26889 |
---|---|
Reference Size | 10293 |
Ratio | 2.61 |
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 | 28431.06 (35.17µs/playout) |
---|---|
Reference Size | 2036659.88 (0.49µs/playout) |
Ratio (low is good) | 71.64 |
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 | 29,246 | 183 | 1,904,029 | 11,893 | 65 | 2 |
search.UCB | 29,749 | 563 | 65 | 2 | ||
search.UCT | 29,480 | 575 | 68 | 2 |
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: White win % | 52.80±3.10 | Includes draws = 50% |
---|---|---|
2: Black win % | 47.20±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 | |||||||||
2 | UCT (its=3) | 631 | 0 | 232 | 863 | 0.7006 <= 0.7312 <= 0.7597 | 52.26 | 0.00 | 47.74 | 65.07 |
8 | UCT (its=9) | 631 | 0 | 338 | 969 | 0.6206 <= 0.6512 <= 0.6805 | 51.60 | 0.00 | 48.40 | 65.17 |
18 | UCT (its=19) | 631 | 0 | 323 | 954 | 0.6308 <= 0.6614 <= 0.6908 | 52.20 | 0.00 | 47.80 | 64.98 |
33 | UCT (its=34) | 631 | 0 | 367 | 998 | 0.6019 <= 0.6323 <= 0.6616 | 50.70 | 0.00 | 49.30 | 64.66 |
49 | UCT (its=50) | 631 | 0 | 361 | 992 | 0.6057 <= 0.6361 <= 0.6655 | 52.12 | 0.00 | 47.88 | 64.52 |
62 | UCT (its=169) | 631 | 0 | 122 | 753 | 0.8100 <= 0.8380 <= 0.8626 | 54.98 | 0.00 | 45.02 | 64.57 |
63 | UCT (its=458) | 631 | 0 | 184 | 815 | 0.7443 <= 0.7742 <= 0.8016 | 52.64 | 0.00 | 47.36 | 65.13 |
64 | UCT (its=1245) | 631 | 0 | 217 | 848 | 0.7137 <= 0.7441 <= 0.7723 | 54.13 | 0.00 | 45.87 | 65.38 |
65 | UCT (its=1245) | 534 | 0 | 466 | 1000 | 0.5030 <= 0.5340 <= 0.5647 | 51.60 | 0.00 | 48.40 | 65.70 |
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 | 72.41 | |
---|---|---|
Branching factor | 31.02 |   |
Complexity | 10^98.83 | 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 | 63 | Number of distinct moves (e.g. "e4") regardless of position in game tree |
---|---|---|
Good moves | 15 | A good move is selected by the AI more than the average |
Bad moves | 48 | A bad move is selected by the AI less than the average |
Response distance | 2.10 | 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 40.89% of board locations were used per game.
Colour and size show the frequency of visits.
Game length frequencies.
Mean | 72.41 |
---|---|
Mode | [72, 73] |
Median | 72.0 |
This chart is based on a single representative* playout, and gives a feel for the change in material over the course of a game. (* Representative in the sense that it is close to the mean length.)
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 4% of the game turns. Ai Ai found 3 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 | 30.86 | 39.67 | 20.44 |
Mean no. of effective moves | 6.81 | 7.79 | 5.64 |
Effective game space | 10^45.43 | 10^26.72 | 10^18.70 |
Mean % of good moves | 24.38 | 34.84 | 12.01 |
Mean no. of good moves | 8.65 | 14.67 | 1.55 |
Good move game space | 10^37.38 | 10^32.18 | 10^5.20 |
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 | 81.94% | A hot turn is one where making a move is better than doing nothing. |
Momentum | 16.67% | % of turns where a player improved their score. |
Correction | 41.67% | % of turns where the score headed back towards equality. |
Depth | 3.93% | Difference in evaluation between a short and long search. |
Drama | 3.33% | How much the winner was behind before their final victory. |
Foulup Factor | 38.89% | Moves that looked better than the best move after a short search. |
Surprising turns | 2.78% | Turns that looked bad after a short search, but good after a long one. |
Last lead change | 73.61% | Distance through game when the lead changed for the last time. |
Decisiveness | 18.06% | 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.)
Moves | Animation |
---|---|
f3,f8,a5 | |
a5,f8,f3 | |
c7,d8,e7 |
Colour shows the success ratio of this play over the first 10moves; black < red < yellow < white.
Size shows the frequency this move is played.
0 | 1 |
---|---|
1 | 62 |
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 1.
Puzzle | Solution |
---|---|
Black to win in 15 moves | |
White to win in 11 moves | |
White to win in 15 moves | |
White to win in 14 moves | |
Black to win in 9 moves | |
Black to win in 13 moves | |
Black to win in 14 moves | |
White to win in 6 moves | |
White to win in 6 moves | |
Black to win in 13 moves | |
White to win in 11 moves | |
Black to win in 12 moves | |
White to win in 11 moves | |
White to win in 5 moves | |
White to win in 5 moves | |
Black to win in 4 moves | |
White to win in 3 moves | |
Black to win in 12 moves |
Weak puzzle selection criteria are in place; the first move may not be unique.