Skip to content

Commit 4508a8e

Browse files
committed
Added unrated to Armadas free placement
1 parent 6275401 commit 4508a8e

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

locales/en/apgames.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -402,8 +402,8 @@
402402
"name": "One obstacle"
403403
},
404404
"freeform": {
405-
"description": "Lets the players determine their own fleet compositions. Requires good communication before starting.",
406-
"name": "Freeform"
405+
"description": "Lets the players determine their own fleet compositions. Requires good communication before starting. These games cannot be rated.",
406+
"name": "Freeform (unrated)"
407407
},
408408
"noislands": {
409409
"description": "No starting islands",
@@ -2211,15 +2211,15 @@
22112211
"description": "Set up the board with four random empty squares.",
22122212
"name": "Random gaps"
22132213
},
2214-
"hey": {
2214+
"hey": {
22152215
"name": "Simpler captures",
22162216
"description": "A simplification of the rules in which you always capture the pyramid you moved away from, instead of a pyramid in any line from your piece's new location. This makes the game less like Amazons and more like Hey! That's My Fish."
22172217
},
2218-
"finalfree": {
2218+
"finalfree": {
22192219
"name": "No final captures",
22202220
"description": "At the end of the game, players do not collect the pyramids under their pieces."
22212221
},
2222-
"pieces-2": {
2222+
"pieces-2": {
22232223
"name": "2 pieces each",
22242224
"description": "The piece count may optionally be reduced from 3 each to 2 each in a four-player game. (This variant is not intended for lower player counts.)"
22252225
}

src/games/armadas.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ export class ArmadasGame extends GameBase {
8080
{
8181
uid: "freeform",
8282
group: "fleet",
83+
unrated: true,
8384
},
8485
{
8586
uid: "noislands",

0 commit comments

Comments
 (0)