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
36 changes: 20 additions & 16 deletions locales/en/apgames.json
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,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.",
"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 market, so hands are then 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 market in the middle of his turn. These are handled by the server, but a couple of variants for the market have also been added to avoid forced passing.\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.",
"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. These are handled by the server, but a couple of variants for the draw pool have also been added to avoid forced passing.\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.",
"homeworlds": "The win condition is what's called \"Sinister Homeworlds.\" You only win by defeating the opponent to your left. If someone else does that, the game continues, but your left-hand opponent now shifts clockwise. For example, in a four-player game, if I'm South, then I win if I eliminate West. But if the North player ends up eliminating West, the game continues, but now my left-hand opponent is North.",
Expand Down Expand Up @@ -1162,16 +1162,16 @@
},
"frogger": {
"#market": {
"description": "The market does not refill until the next player's turn.",
"description": "The draw pool does not refill until the next player's turn.",
"name": "No refills"
},
"advanced": {
"description": "The advanced game has a shorter track anda more restrictive movement rule.",
"name": "Advanced"
},
"continuous": {
"description": "The market is smaller but refills after each turn.",
"name": "Continuous market"
"description": "The draw pool is smaller but refills after each turn.",
"name": "Continuous refills"
},
"courtpawns": {
"description": "For variety, the roles of pawns and courts may be reversed.",
Expand All @@ -1185,8 +1185,12 @@
"description": "Add hungry crocodiles to the pawn cards. Crocodiles advance at the end of each round, sending any frog on their new space back to the Excuse. This variant is intended for a two-player game, but you may add crocodiles at any player count.",
"name": "Crocodiles"
},
"freeswim": {
"description": "There is no restriction on cards drawn from the draw pool.",
"name": "Free swim"
},
"refills": {
"description": "The market may be refilled during a player's turn, by splitting their actions over two turns.",
"description": "The draw pool may be refilled during a player's turn, by splitting their actions over two turns.",
"name": "Refills"
}
},
Expand Down Expand Up @@ -4101,33 +4105,33 @@
"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.",
"CARD_NEXT": "You may click on a market card to add it to your hand, or submit your move.",
"CARD_NEXT_OR": "You may click on a market card to add it to your hand, or start another move.",
"CARD_NEXT": "You may click on a card in the draw pool to add it to your hand, or submit your move.",
"CARD_NEXT_OR": "You may click on a card in the draw pool to add it to your hand, or start another move.",
"INITIAL_INSTRUCTIONS": "Click a card in your hand to use to move a frog forward.",
"LATER_INSTRUCTIONS": "Click a card in your hand to use to move a frog forward, or click a frog to move it back (and possibly draw a market card).",
"INVALID_MARKET_CARD": "Your chosen market card must not include the suit your frog landed on.",
"LATER_INSTRUCTIONS": "Click a card in your hand to use to move a frog forward, or click a frog to move it back (and possibly draw a card from the draw pool).",
"INVALID_MARKET_CARD": "Your chosen pool card must not include the suit your frog landed on.",
"INVALID_FROG": "You may only move your own frogs.",
"INVALID_HOP_FORWARD": "When advancing, your frog must land on the first available spot of a given suit.",
"INVALID_HOP_FORWARD_ADVANCED": "Under the advanced rules, when playing a two-suited card from your hand, your frog must land on the first available spot of either suit (not your choice). If both suits are present on the same board card (that is, in the same column), you may choose either spot.",
"INVALID_HOP_BACKWARD": "When hopping back, your frog must land on the nearest available card. If there is more than one spot available in that column, you may choose any one of them.",
"INVALID_MOVE": "The move '{{move}}' could not be parsed.",
"INVALID_NON-MOVE": "Unless you're blocked, you must move a frog on each of your moves.",
"LABEL_MARKET": "Market cards",
"LABEL_MARKET": "Draw pool",
"LABEL_REMAINING": "Cards in deck",
"LABEL_DISCARDS": "Discard pile",
"LABEL_STASH": "Player {{playerNum}}'s hand",
"MISPLACED_REFILL": "Please request a refill before you move a frog backward.",
"MUST_HOP_FORWARD": "When using a hand card, your frog must hop forward.",
"MUST_MOVE": "Your frog must move to a different card/column.",
"MUST_PASS": "You must pass to allow another player to complete their turn.",
"NO_CHOICE_BLOCKED": "If, at the start of your turn, you have no hand cards and none of your frogs can move back, you must draw a single card from the market and end your turn.",
"NO_CHOICE_BLOCKED": "If, at the start of your turn, you have no hand cards and none of your frogs can move back, you must draw a single card from the draw pool and end your turn.",
"NO_MOVE_BLOCKED": "You cannot move after claiming a card for being blocked.",
"NO_PASSING": "There is no passing as such in Frogger. If you are blocked, you must draw a single card from the market.",
"NO_REFILLS": "Refilling the market is not allowed in this variant.",
"NO_PASSING": "There is no passing as such in Frogger. If you are blocked, you must draw a single card from the draw pool.",
"NO_REFILLS": "Refilling the draw pool is not allowed in this variant.",
"NO_RETURN": "Frogs may not leave home once they've reached it.",
"NO_SUCH_HAND_CARD": "The card \"{{card}}\" does not appear to be in your hand.",
"NO_SUCH_MARKET_CARD": "The card \"{{card}}\" does not appear to be in the market.",
"NOT_BLOCKED": "You're not blocked, so you must move back before claiming a market card.",
"NO_SUCH_MARKET_CARD": "The card \"{{card}}\" does not appear to be in the draw pool.",
"NOT_BLOCKED": "You're not blocked, so you must move back before claiming a pool card.",
"OCCUPIED": "Only one frog per suit space.",
"OFF_BOARD": "Frogs must be placed on locations with suits, at home, or at the Excuse.",
"OFFSIDES": "Please click on your desired suit space, not the informational icons on the top row.",
Expand All @@ -4136,7 +4140,7 @@
"TOO_HOPPY": "You may not make more than {{count}} moves on your turn.",
"TOO_EARLY_FOR_REFILL": "Please submit your refill request before making your remaining moves.",
"TOO_LATE_FOR_BLOCKED": "You do not count as blocked if you've already moved on this turn.",
"TOO_LATE_FOR_REFILL": "There is no need to force a market refill after your third move. It will refill automatically after your turn."
"TOO_LATE_FOR_REFILL": "There is no need to force a refill of the draw pool after your third move. It will refill automatically after you submit."
},

"furl": {
Expand Down
10 changes: 5 additions & 5 deletions locales/en/apresults.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"ANNOUNCE": {
"biscuit": "The following cards were in opposing hands: {{cards}}.",
"deckfish": "{{player}} was unable to move and must pass from now on.",
"frogger": "{{player}} chose to refill the market. Other players must pass so he can take his {{moves}} remaining move(s).",
"frogger": "{{player}} chose to refill the draw pool. Other players must pass so he can take his {{moves}} remaining move(s).",
"quincunx": "Player {{playerNum}} had the following cards left in their hand: {{cards}}.",
"stawvs": "{{player}} was unable to move and must pass from now on. Their pieces remain on the following pyramids: {{pyramids}}."
},
Expand Down Expand Up @@ -135,7 +135,7 @@
"fnap_col": "{{player}} claimed column {{where}}.",
"fnap_fnap": "{{player}} has claimed the FNAP token.",
"fnap_row": "{{player}} claimed row {{where}}.",
"frogger": "{{player}} was blocked and drew {{card}} from the market.",
"frogger": "{{player}} was blocked and drew {{card}} from the draw pool.",
"jacynth": "{{player}} exerted influence at {{where}}.",
"logger": "{{player}} claimed a protestor from the tree felled at {{where}}.",
"majorities_line": "{{player}} claimed the line {{where}}.",
Expand Down Expand Up @@ -169,7 +169,7 @@
"biscuit": "The next player was unable to play any cards in their hand, so they drew a card.",
"emu_deck": "{{player}} drew a face-down card from the deck.",
"emu_discard": "{{player}} drew the {{what}} from the top of the discard pile.",
"frogger": "The market was refilled.",
"frogger": "The draw pool was refilled.",
"quincunx_one": "{{player}} drew {{count}} card.",
"quincunx_other": "{{player}} drew {{count}} cards."
},
Expand Down Expand Up @@ -301,7 +301,7 @@
"fightopia_2": "{{player}} moved a tank from {{from}} to {{to}}.",
"fightopia_4": "{{player}} moved their giant from {{from}} to {{to}}.",
"fightopia_pivot": "{{player}} pivoted a tank from {{from}} to {{to}}.",
"frogger_back": "{{player}} moved a frog back from {{from}} to {{to}}, and drew {{card}} from the market.",
"frogger_back": "{{player}} moved a frog back from {{from}} to {{to}}, and drew {{card}} from the draw pool.",
"frogger_forward": "{{player}} used {{card}} to move a frog forward from {{from}} to {{to}}.",
"gess_one": "{{player}} moved a 3x3 piece containing {{count}} stone from {{from}} to {{to}}.",
"gess_other": "{{player}} moved a 3x3 piece containing {{count}} stones from {{from}} to {{to}}.",
Expand Down Expand Up @@ -345,7 +345,7 @@
"deckfish": "{{player}} was unable to move.",
"entropy": "{{player}} chose not to move any pieces this turn.",
"forced": "{{player}} was forced to pass.",
"frogger": "{{player}} passed to permit a market refill.",
"frogger": "{{player}} passed to permit refilling the draw pool.",
"pie": "{{player}} accepted the komi offer and will continue playing second.",
"pigs": "{{player}} idles.",
"simple": "{{player}} passed.",
Expand Down
Loading