Bear off the most pieces to win.
Generated at 29/10/2020, 00:19 from 39970 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!
The game ends immediately when one player has no pieces in play. At that point, the player with the most points wins.
Each turn, either:
If you move a piece past the opponent's first rank, your piees are removed from the board, and you score points equal to the height of the stack.
General comments:
Play: Combinatorial
Family: Combinatorial 2018
Mechanism(s): Capture,Movement,Scoring
Components: Board
BGG Entry | Boom and Zoom |
---|---|
BGG Rating | 6.50333 |
#Voters | 30 |
SD | 1.94345 |
BGG Weight | 2 |
#Voters | 1 |
Year | 2018 |
User | Rating | Comment |
---|---|---|
Ty Bomba | 10 | I account this the best game I've ever designed. Some, when they first see it, believe it's simplistic and has an inescapable first-move advantage, such as occurs in other symmetric games like "Checkers" or "Tic Tack Toe." That's not the case, though, because, though play stops when only one player has any pieces remaining on the board, that doesn't decide who won. That's determined by comparing the number of pieces both players got off the far side of the board from their own staring positions prior to the game ending. Hence, to win, you have to use a changing combination of moving (zooming) and shooting (booming); you can't win by only done one of them. Hence the game's title "Boom AND Zoom." |
SageClock | 7.5 | Pretty good. Simple and elegant ruleset, and more to it than it first appears. My rating could go up with more plays also. Can be tried with stackable counters and a chessboard, but if you like it I recommend picking up a copy to support these types of games, as these tend not to get as much attention as other games and can use your money a lot more than the new hotness. |
Lord_Prussian | 7 | Play with Pyramid Arcade |
dslimak | 8 | |
Table43 | 5.6 | T-2, R-1, A-1 |
mrraow | 8 | Most impressive - 4 pieces a side, but so many options each move. Like Lines of Action, it's not at always clear that capturing the enemy pieces is an advantage, this game is all about tempo. |
blinks | 4 | |
Mashpotassium | 8 | Rating based on 2 players. There's an interesting push-and-pull dynamic within its short playing time and it's incredibly easy to learn. One poor move can easily cascade into a sequence that can cost you the game. |
M1Tanker | 8 | Acquired 7 DEC 2019. For those who haven’t given up hope for light but meaty fun games, Boom & Zoom deserves a look. We found it provided a ton of fun and thinking. Simply can’t recommend this one enough for not just war gamers but SIMPLY ALL GAMERS. As well it was surprisingly an awesome solitaire game. |
yelmelnobrainer | 6 | |
schranerd | 6 | |
wd354 | 8 | Somewhere b/t checkers and chess, though I've yet to play a live opponent so I'm not sure where it falls. I really like the wooden blocks. |
dlow | 6 | More depth than I though at first. Want to explore this some more to see if the interest persists. |
rseater | 7 | A neat and fast-paced abstract that feels somewhat like a wargame. At first, it seems like the second player cannot ever win. But after a few plays, it becomes clear that they have a good chance if they are very aggressive and get into a lot of fights. There is still somewhat of a first player advantage, but it's not nearly as large as it first appears. minor tweak: second player wins tie games |
melau | 1 | I dont like if Designers rate their own game a ten. The rating is then adulterated. |
mrkvm | 6 | |
js3b | 7 | I was playing to eliminate my opponent, then realized I can't do that if they are in the lead with pieces off-the-board, since the game ends immediately when only one player has pieces. There are definitely a couple levels here. I do think the game board should have had printed areas for the eliminated vs. scoring pieces. |
HannibalUltor | 3 | |
nycavri | 7 | |
Daegil | 8 | |
fortheloveofdice | 8 | PNP |
Hattusilis_III | 6.5 | |
nomisofsiman | 7 | |
athom6227 | 8 | |
Bonejar | 3 | Ty Bomba thinks every one of his games is a 10. I'm giving this an honest 3, |
dbucak | 8 | |
Andy Mesa | 7 | |
glanfam | 3 | |
TomekBG | 8 | Fast, clever and deceivingly simple. My 8 year old daughter is winning most of the time. |
lsamadi | N/A | Mar 2018 - PnP from Wargamevault Mar 2018 - made a 3D printed set [ImageID=4062445] |
qswanger | N/A | This game looks like it could be up my alley but I need to see the rules of play. Can anyone point me to them? Thanks. |
jmdsplotter | 5.5 |
Size (bytes) | 27623 |
---|---|
Reference Size | 10293 |
Ratio | 2.68 |
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 | 5404.35 (185.04µs/playout) |
---|---|
Reference Size | 2057613.17 (0.49µs/playout) |
Ratio (low is good) | 380.73 |
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 | 5,444 | 78 | 1,526,786 | 20,299 | 280 | 99 |
search.UCB | 5,531 | 106 | 57 | 43 | ||
search.UCT | 5,523 | 97 | 58 | 46 | ||
search.Minimax | 1,088,254 | 23,142 | 44 | 6 | ||
search.AlphaBeta | 110,399 | 30,553 | 41 | 7 |
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.
This chart shows the heuristic values thoughout a single representative* game. The orange line shows the difference between player scores. (* Representative, in the sense that it is close to the mean game length.)
1: White win % | 53.42±0.49 | Includes draws = 50% |
---|---|---|
2: Black win % | 46.58±0.49 | Includes draws = 50% |
Draw % | 9.70 | Percentage of games where all players draw. |
Decisive % | 90.30 | Percentage of games with a single winner. |
Samples | 39970 | 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) | 594 | 73 | 333 | 1000 | 0.6001 <= 0.6305 <= 0.6599 | 48.00 | 7.30 | 44.70 | 261.92 |
6 | UCT (its=7) | 594 | 73 | 330 | 997 | 0.6020 <= 0.6324 <= 0.6618 | 48.45 | 7.32 | 44.23 | 242.03 |
20 | UCT (its=21) | 585 | 91 | 297 | 973 | 0.6175 <= 0.6480 <= 0.6774 | 46.66 | 9.35 | 43.99 | 216.34 |
21 | UCT (its=22) | 475 | 102 | 423 | 1000 | 0.4950 <= 0.5260 <= 0.5568 | 55.40 | 10.20 | 34.40 | 205.72 |
22 | UCT (its=22) | 451 | 101 | 448 | 1000 | 0.4706 <= 0.5015 <= 0.5324 | 53.80 | 10.10 | 36.10 | 204.91 |
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 | 253.33 | |
---|---|---|
Branching factor | 37.48 |   |
Complexity | 10^378.57 | Based on game length and branching factor |
Computational Complexity | 10^8.07 | Saturation reached - accuracy very high. |
Samples | 39970 | 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 | 2352 | Number of distinct moves (e.g. "e4") regardless of position in game tree |
---|---|---|
Good moves | 235 | A good move is selected by the AI more than the average |
Bad moves | 2117 | A bad move is selected by the AI less than the average |
Response distance | 3.49 | Mean distance between move and response; a low value relative to the board size may mean a game is tactical rather than strategic. |
Samples | 39970 | Quantity of logged games played |
A mean of 94.15% of board locations were used per game.
Colour and size show the frequency of visits.
Game length frequencies.
Mean | 223.95 |
---|---|
Mode | [201] |
Median | 57.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 37% of the game turns. Ai Ai found 18 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 | 62.56 | 60.09 | 65.03 |
Mean no. of effective moves | 27.32 | 32.49 | 22.14 |
Effective game space | 10^262.19 | 10^145.35 | 10^116.85 |
Mean % of good moves | 41.08 | 38.96 | 43.20 |
Mean no. of good moves | 19.74 | 21.24 | 18.24 |
Good move game space | 10^194.48 | 10^106.38 | 10^88.09 |
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 | 91.52% | A hot turn is one where making a move is better than doing nothing. |
Momentum | 26.79% | % of turns where a player improved their score. |
Correction | 44.20% | % of turns where the score headed back towards equality. |
Depth | 5.97% | Difference in evaluation between a short and long search. |
Drama | 6.08% | How much the winner was behind before their final victory. |
Foulup Factor | 54.02% | Moves that looked better than the best move after a short search. |
Surprising turns | 8.93% | Turns that looked bad after a short search, but good after a long one. |
Last lead change | 99.11% | Distance through game when the lead changed for the last time. |
Decisiveness | 40.62% | 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 success ratio of this play over the first 10moves; black < red < yellow < white.
Size shows the frequency this move is played.
0 | 1 | 2 | 3 | 4 | 5 | 6 |
---|---|---|---|---|---|---|
1 | 38 | 1482 | 29048 | 332517 | 427989 | 7173740 |
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 6.
Puzzle | Solution |
---|---|
White to win in 9 moves | |
Black to win in 9 moves | |
White to win in 9 moves | |
White to win in 7 moves | |
White to win in 5 moves | |
White to win in 5 moves | |
White to win in 5 moves | |
White to win in 5 moves |
Weak puzzle selection criteria are in place; the first move may not be unique.