You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: locales/en/apgames.json
+25Lines changed: 25 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -224,6 +224,7 @@
224
224
"tafl": "A collection of games from the Viking era. The defenders goal is to escape to the edge of the board, while the attackers try to capture the defender's king.",
225
225
"taiji": "Two players take turns placing one piece of each colour next to each other. The winner is the one who forms the largest orthogonal groups of their own colour.",
226
226
"take": "Grow root-like formations of stones from seeds. Plants die when they run out of room to grow. The winner is the last player with a plant alive on the board.",
227
+
"tanbo": "Create space to grow your roots by bounding the opponent's.",
227
228
"tbt": "A simple dice game where you attempt to form stacks of equal height on your home row.",
228
229
"tessella": "Pieces capture in pairs using a \"shooting\" mechanic. Be the first to capture four of your opponent's pieces.",
229
230
"tintas": "Players race to either collect all seven of one colour or to collect four of four different colours.",
@@ -1185,6 +1186,12 @@
1185
1186
"size-10": {
1186
1187
"name": "10x10 board"
1187
1188
},
1189
+
"size-11": {
1190
+
"name": "11x11 board"
1191
+
},
1192
+
"size-12": {
1193
+
"name": "12x12 board"
1194
+
},
1188
1195
"quelhas": {
1189
1196
"description": "Player can drop larger 1xN pieces. Misère game.",
1190
1197
"name": "Quelhas"
@@ -3018,6 +3025,20 @@
3018
3025
"name": "Small, High Churn"
3019
3026
}
3020
3027
},
3028
+
"tanbo": {
3029
+
"size-7": {
3030
+
"name": "7x7 board"
3031
+
},
3032
+
"size-11": {
3033
+
"name": "11x11 board"
3034
+
},
3035
+
"#board": {
3036
+
"name": "15x15 board"
3037
+
},
3038
+
"size-19": {
3039
+
"name": "19x19 board"
3040
+
}
3041
+
},
3021
3042
"terrace": {
3022
3043
"#board": {
3023
3044
"name": "6x6 board"
@@ -6313,6 +6334,10 @@
6313
6334
"take": {
6314
6335
"INITIAL_INSTRUCTIONS": "Plant a new seed in dirt, or grow a plant by placing adjacent to exactly one ally piece (dirt or no dirt)."
6315
6336
},
6337
+
"tanbo": {
6338
+
"INITIAL_INSTRUCTIONS": "Place a friendly piece on an empty cell adjacent to only one friendly stone. If that piece's groups becomes bounded (ie, cannot grow) it is capture. Otherwise, capture any bounded enemy group.",
6339
+
"INVALID_MOVE": "The chosen cell must be orthogonally adjacent to just one friendly piece."
6340
+
},
6316
6341
"tbt": {
6317
6342
"BAD_PASS": "You must move a stack if it's possible to do so.",
6318
6343
"INITIAL_INSTRUCTIONS": "Select a stack to move.",
0 commit comments