Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions locales/en/apgames.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
"focus": "A Sid Sackon classic. One may move stacks of pieces as many spaces as pieces in the stack. Once stacks become higher than 5 pieces, the bottom-most pieces are captured. The last person able to move a stack wins.",
"four": "A game in which four shapes in four colours are placed in a virtual grid according to four constraints. Be the last player able to place.",
"fourinarow": "A simple game of getting four (or more) in a row with the twist: there is gravity.",
"forms": "Players collapse their own groups to stalemate themselves.",
"frames": "A simple \"get into the head of your opponent\" game where both players simultaneously select an empty cell on a Go board. The placements define a rectangle. The player with the most stones within that rectangle gets a point. Play to a certain number of points.",
"frogger": "A racing game for the Decktet inspired by the eponymous videogame and the classic boardgame Cartagena. Move your frogs along a dangerous path to reach home first.",
"furl": "Either furl up a row of your discs, or unfurl a stack. If you have a disc in your end row at the start of your turn, you win.",
Expand Down Expand Up @@ -283,6 +284,7 @@
"emu": "More information on the Decktet system can be found on the [official Decktet website](https://www.decktet.com). Cards in players' hands are hidden from observers, and they are hidden from opponents until the deck is empty, at which point the players have perfect information, so the hands are revealed. Cards drawn from the discard pile are also always visible to opponents.",
"entropy": "In this implementation, the players play two games simultaneously but with a single shared stream of randomized pieces. Each player places a piece on their *opponent's* Order board and then makes a move on their *own* Order board; players thus act as both Order and Chaos at the same time. The player with the greatest score wins! Since both players had the exact same placement choices, this provides the cleanest measure of relative skill.",
"exxit": "Translations of the rules tend to omit certain nuances. This implementation conforms with the original French edition of the rules.\n\nBecause the board is built out as you play in irregular shapes, the hexes are labelled numerically instead of algebraically. This ensures that the labels don't change as the map grows.",
"forms": "Forms was designed by Steven Meyers in 2007. After each move, all pieces outside the group that contains the current moved pieces are captured. The last player to move loses (so Forms is a misère game). The first version allowed a piece to capture any opponent's piece. Later, in 2011, Meyers developed a second version, **Advanced Forms**, where captures were only possible to orthogonal adjacent pieces, but a piece could also move to an empty cell if both were connected by a sequence of orthogonal steps over empty cells. The setup also changed to a checkered pattern. This second version is the default variant here in AP. More information can be found at [WAG](https://jpneto.github.io/world_abstract_games/forms.htm).",
"frogger": "As in other Decktet games at Abstract Play, the deck is displayed at the bottom of the board and includes both cards in the deck and unknown cards in other players' hands. After the first hand, all cards are drawn from the open draw pool, so hands gradually become open. The discards pile is also displayed.\n\nDue to how randomization works at Abstract Play, forced passes are needed for a player to refill the draw pool in the middle of his turn. Passes are handled automatically by the server, but a there's also a draw pool variant that avoids forced passing if desired.\n\nThe Crocodiles variant is by Jorge Arroyo, the translator of the English rules. The Advanced rules and other minor variants are by P. D. Magnus; they appear in The Decktet Book, where the game is called Xing.",
"garden": "To make it very clear what happened on a previous turn, each move is displayed over four separate boards. The first board shows the game after the piece was first placed. The second board shows the state after adjacent pieces were flipped. The third board shows any harvests. The fourth board is the final game state and is where you make your moves.\n\nIn our implementation, black is always the \"tome\" or tie-breaker colour. The last player to harvest black will have a `0.1` after their score.",
"gyges": "The goal squares are adjacent to all the cells in the back row. The renderer cannot currently handle \"floating\" cells.",
Expand Down Expand Up @@ -1312,6 +1314,34 @@
"name": "Larger board: 11x11"
}
},
"forms": {
"#board": {
"name": "8x8 board"
},
"size-10": {
"name": "10x10 board"
},
"size-12": {
"name": "12x12 board"
},
"size-14": {
"name": "14x14 board"
},
"size-16": {
"name": "16x16 board"
},
"size-18": {
"name": "18x18 board"
},
"#ruleset": {
"description": "Pieces capture or path-slide",
"name": "Advanced Forms"
},
"original": {
"description": "Pieces can only capture",
"name": "Forms (original rules)"
}
},
"four": {
"simplified": {
"description": "You only play with three pieces of each colour, and the grid is constrained to 7x7 instead of 9x9.",
Expand Down Expand Up @@ -5110,6 +5140,14 @@
"frames": {
"INITIAL_INSTRUCTIONS": "Click an empty cell to add a piece to the board."
},
"forms": {
"INITIAL_INSTRUCTIONS": "Click a friendly piece.",
"INSTRUCTIONS": "Click on an orthogonally opposing piece to capture by replacement, or move to an path-adjacent empty cell.",
"INVALID_SELECTION": "Click on a friendly piece!",
"NO_MOVES": "This piece does not have valid moves!",
"INVALID_MOVE": "The piece must either: (a) capture an orthogonally adjacent enemy piece, (b) move to an empty cell which is connected by an orthogonal sequence of steps over empty cells!",
"INVALID_NUM_GROUPS": "A move must create, at least, two separate groups of pieces!"
},
"frogger": {
"ADDITIONAL_INSTRUCTIONS": "You may make up to three moves. Choose another card or frog to start another move, or press the complete move button to finish your turn.",
"CARD_FIRST": "Please select a hand card before moving a frog forward.",
Expand Down
2 changes: 2 additions & 0 deletions locales/en/apresults.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"entrapment_self": "{{player}} captured their own roamer at {{where}}.",
"fightopia_1": "{{player}} captured a pawn at {{where}}.",
"fightopia_2": "{{player}} captured a tank at {{where}}.",
"forms": "{{player}} move eliminates {{count}} piece(s).",
"furl": "{{player}} captured a stack of size {{size}} at {{where}}.",
"gess_one": "{{count}} stone is removed from the board.",
"gess_other": "{{count}} stones are removed from the board.",
Expand Down Expand Up @@ -248,6 +249,7 @@
"consecutive_passes": "The game has ended because both players passed consecutively.",
"deckfish": "The game has ended because the last player was unable to move.",
"default": "The game has ended.",
"forms": "The game has ended because the next player is unable to move.",
"material": "The game has ended because both players have insufficient material.",
"repetition_one": "The game has ended because the same position has occurred by the same player.",
"repetition_other": "The game has ended because the same position has occurred {{count}} times by the same player.",
Expand Down
Loading
Loading