|
236 | 236 | "terrace": "A royal capture/escape game played on a three-dimensional board with pieces of various sizes.", |
237 | 237 | "toguz": "A traditional mancala-style sowing game from central Asia where you attempt to capture the majority of the pieces.", |
238 | 238 | "trax": "A game of loops and lines. Place tiles adjacent to those already in play such that the colours of the tracks match. The objective is to get a loop or line of your colour while attempting to stop your opponent in their colour. What gives Trax its strategic depth is the forced play rule which allows (or even requires) multiple tiles to be played in a turn.", |
| 239 | + "tricouleur": "A game where Ataxx meets Rock-Paper-Scissors.", |
239 | 240 | "trike": "Trike is a game on a triangular board. Players take turn moving a neutral pawn around the board (passing is not allowed). When a player moves the pawn, they place a checker of their own color, onto the destination point. When the pawn is trapped, the game is over. At the end of the game, each player gets a point for each checker of their own color adjacent to, or underneath, the pawn. The person with the highest score wins.", |
240 | 241 | "tritium": "Two players take turns creating and growing regions and claiming them. Once the board is full, the player who controls most tiles wins.", |
241 | 242 | "tumbleweed": "Tumbleweed is a game of line of sight. Towers are built, and cells are controlled by the player with the most towers that can see that cell. Compete to control the majority of the hexagonal board.", |
|
331 | 332 | "tbt": "When it's your turn, you will see the die you have to work with, but once your move is complete, the die will reroll. Exploration is not helpful because the die roll is not finalized until after the move is submitted. As you scroll back through the game history, the die you see is for the *next* turn. The die used to make the move you're seeing is displayed below the board.", |
332 | 333 | "terrace": "The Assassination variant is described in [this BGG thread](https://boardgamegeek.com/thread/551125/variant-for-more-aggressive-less-drawish-play), summarized below:\n\n- Up straight, you must be larger or a smallest-size piece can assassinate a largest-size piece.\n\n- Same level (orthogonally adjacent only), you must be at least the same size.\n\n- Down diagonal, you may be one rank smaller.", |
333 | 334 | "toguz": "Depicting state changes in sowing games is challenging. The initial chosen pit is marked, as is any capture. Small numbers appear to show the change in the number of stones in each pit. If you believe you have encountered a bug, please let us know in Discord.", |
| 335 | + "tricouleur": "Tricouleur is a 2005 game designed by Bill Taylor. Each player has a army of three types of pieces that are able to capture the next type, in a cyclic way: think Rock-Paper-Scissors. The move sequence is 12* where a player must use different pieces (it is also possible to pass the entire turn). A piece may move to an empty neighboring cell, in which case it leaves an unmoved duplicate behind; or to an empty cell among the twelve 2nd-neighbours, regardless of what is in between.\n\nAny weaker opponent-pieces that the moved piece becomes adjacent to, are recolored as the moving piece. Any same-strength opponent-pieces that the moved piece becomes adjacent to, are removed from the board. When the board is full, or both pass consecutively, the game ends, and whoever has the most pieces of their own colours in total, wins.", |
334 | 336 | "tumbleweed": "A space is claimed by a player if they have a piece on it, or if they have the majority of the line of sights to it. The score is the number of territory own by each player. The game ends when both players pass in succession. If there is no change in score for 20 plies, the game also ends.", |
335 | 337 | "twinflames": "Twin Flames is a 2026 redesign of the 2013's Product, an original concept by Nick Bentley. The first player must initially place a friendly stone, preventing overly strong opening countermoves and thereby eliminating the need for a pie rule. The remaining moves use a 12* sequence, in which players may place stones of either colour. At the end of the game, a player who has formed a single connected group scores points equal to the size of that group. Another ludeme introduced was the use of walls, or blockers, which reduce overall connectivity and make groups more robust to enemy attacks. The blocker configuration is randomized, increasing game variability and making opening theory more difficult to develop.", |
336 | 338 | "twixt": "The notation is based on Hansel notation at <http://www.ibiblio.org/twixtpuzzles/>. Some modifications are that link removal specifically specifies the link direction, and commas separate the moves. To add/remove links, click on the pegs between them. You can also remove a link by clicking on the line itself.", |
|
1996 | 1998 | "size-6": { |
1997 | 1999 | "name": "5x6 board" |
1998 | 2000 | }, |
1999 | | - "#board": { |
| 2001 | + "size-8": { |
2000 | 2002 | "name": "7x8 board" |
2001 | 2003 | }, |
2002 | 2004 | "size-10": { |
2003 | 2005 | "name": "9x10 board" |
2004 | 2006 | }, |
2005 | | - "size-12": { |
| 2007 | + "#board": { |
2006 | 2008 | "name": "11x12 board" |
2007 | 2009 | }, |
2008 | 2010 | "size-14": { |
|
3188 | 3190 | "description": "The board is limited to 8x8. If all the tiles that can be played without a win being achieved have been played, the player who plays the last tile loses." |
3189 | 3191 | } |
3190 | 3192 | }, |
| 3193 | + "tricouleur": { |
| 3194 | + "hex-7": { |
| 3195 | + "name": "Size 7 board" |
| 3196 | + }, |
| 3197 | + "#board": { |
| 3198 | + "name": "Size 8 board" |
| 3199 | + }, |
| 3200 | + "hex-9": { |
| 3201 | + "name": "Size 9 board" |
| 3202 | + }, |
| 3203 | + "hex-10": { |
| 3204 | + "name": "Size 10 board" |
| 3205 | + } |
| 3206 | + }, |
3191 | 3207 | "trike": { |
3192 | 3208 | "#board": { |
3193 | 3209 | "name": "Triangle (11 wide)", |
|
6573 | 6589 | "NO_EXPAND_X": "You may not expand the board beyond a width of {{size}}.", |
6574 | 6590 | "NO_EXPAND_Y": "You may not expand the board beyond a height of {{size}}." |
6575 | 6591 | }, |
| 6592 | + "tricouleur": { |
| 6593 | + "INITIAL_INSTRUCTIONS": "Select a piece to duplicate or jump. Rocks are represented as cogs, Paper as squares, and Scissors as Xs.", |
| 6594 | + "INITIAL_INSTRUCTIONS_PASS": "You have no moves so you must pass.", |
| 6595 | + "INVALID_TO": "The piece at {{from}} cannot duplicate or jump to {{to}}.", |
| 6596 | + "MUST_PASS": "The only move available to you is to pass.", |
| 6597 | + "ILLEGAL_PASS": "You may only pass has a whole move.", |
| 6598 | + "SAME_PIECE": "The second move must be from a different piece than the ones moved or changed in the first.", |
| 6599 | + "NO_TOS": "The selected piece at {{from}} has no possible destinations to duplicate or jump to.", |
| 6600 | + "SELECT_TO": "Select a destination to duplicate or jump to.", |
| 6601 | + "SPLIT4JUMP": "You have indicated a duplicate when it's supposed to be a jump. Try {{move}}.", |
| 6602 | + "JUMP4SPLIT": "You have indicated a jump when it's supposed to be a duplicate. Try {{move}}." |
| 6603 | + }, |
6576 | 6604 | "trike": { |
6577 | 6605 | "INITIAL_INSTRUCTIONS": "Select the cell to place the neutral piece on." |
6578 | 6606 | }, |
|
0 commit comments