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
+11-3Lines changed: 11 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1084,6 +1084,13 @@
1084
1084
}
1085
1085
},
1086
1086
"omny": {
1087
+
"size-4": {
1088
+
"name": "Hexhex 4 (37 spaces)",
1089
+
"description": "Random distribution on size-4 boards will not always be ideal"
1090
+
},
1091
+
"size-5": {
1092
+
"name": "Hexhex 5 (61 spaces)"
1093
+
},
1087
1094
"size-6": {
1088
1095
"name": "Hexhex 6 (91 spaces)"
1089
1096
},
@@ -1102,7 +1109,7 @@
1102
1109
},
1103
1110
"gyre": {
1104
1111
"name": "Gyre",
1105
-
"description": "Stars around the perimeter in in the centre"
1112
+
"description": "Stars around the perimeter and in the centre (proposed by Mark Steere)"
1106
1113
},
1107
1114
"yex": {
1108
1115
"name": "Yex",
@@ -1126,7 +1133,7 @@
1126
1133
},
1127
1134
"captures": {
1128
1135
"name": "Enable Adere-style captures",
1129
-
"description": "Pieces can move between stacks of the same height."
1136
+
"description": "Pieces can move onto an opposing stack of the same height. Increases game length. Consider using smaller boards."
1130
1137
}
1131
1138
},
1132
1139
"onyx": {
@@ -4070,7 +4077,8 @@
4070
4077
"INITIAL_INSTRUCTIONS": "Select an empty cell to place a piece of your colour.",
4071
4078
"NO_DUPES": "Your move may not include duplicate cells.",
4072
4079
"PARTIAL_MOVE": "Select the destination.",
4073
-
"PARTIAL_SETUP": "Select a cell to place a star point (you must place at least one), or select a star point you placed to remove it. Click \"Complete move\" when you're done.",
4080
+
"PARTIAL_SETUP_p1": "Select a cell to place a star point (you must place at least one), or select a star point you placed to remove it. Click \"Complete move\" when you're done.",
4081
+
"PARTIAL_SETUP_p2": "Select a cell to place a star point, or select a star point you placed to remove it. You don't have to place any stars, but you typically want to. Click \"Complete move\" when you're done.",
4074
4082
"SAME_HEIGHT":"Pieces may only move between stacks of the same height."
0 commit comments