-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
314 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
<h1>Four Kingdoms</h1> | ||
<p> | ||
One-Deck game type. 1 deck. No redeal. | ||
|
||
<h3>Object</h3> | ||
<p> | ||
Move all cards to the different foundations. | ||
|
||
<h3>Rules</h3> | ||
<p> | ||
Cards are dealt to seven piles of four cards each, with only the top | ||
card of each pile face-up. These are the free lands, and may be built | ||
up by same suit. Any valid sequence can be moved, and any card or | ||
sequence can be played in an empty space. | ||
<p> | ||
Above the free lands are multiple columns of foundations/reserves, | ||
which accept different cards according depending on which other | ||
piles have been played to. There is one row of these piles for each | ||
suit. From left to right, these are: | ||
<ul> | ||
<li>Dungeon - Aces represent dragons - no card can be played on an ace, | ||
as such, an ace will essentially block its pile until it can be "banished" | ||
to a dungeon. The ace can only be moved to the dungeon if the king, queen, | ||
jack, and ten of the same suit are played in the tower/castle for that suit, | ||
appropriately. | ||
<li>Tower - Tens represent wizards - the ten of each suit can be played | ||
to the appropriate tower at any time. | ||
<li>Guest Chamber - The guest chamber acts as a free cell for each suit. Any | ||
single card other than the ace of that suit can be temporarily played to the | ||
guest chamber, until it can be moved to a space in the free lands or another | ||
foundation later. It can only be used if the king and queen of the same suit | ||
are played to the castle. | ||
<li>Castle - The castle is a series of three foundations for each suit, | ||
and the king, queen, and jack can be played to them, in that order. | ||
<li>Subjects - The remaining cards are played to the subjects foundation, | ||
built down by same suit from nine through two. Cards can only be moved to | ||
the subjects foundation once the king, queen, and jack of the same suit | ||
have all been played to the castle. | ||
</ul> | ||
<p> | ||
Cards can be dealt from the talon one at a time, and moved to an | ||
appropriate pile in the free lands, or any of the aforementioned | ||
foundation/reserve piles. No redeal is allowed. | ||
<p> | ||
The game is won if all cards can be moved to their appropriate foundations, | ||
thus uniting the four kingdoms. | ||
|
||
<h3>Notes</h3> | ||
<p> | ||
Four Kingdoms was invented by David Bernazzani. It was designed to try and | ||
reclaim some of the original historical feel for the cards. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ msgstr "" | |
"Project-Id-Version: PySol 0.0.1\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2021-12-10 10:19-0500\n" | ||
"PO-Revision-Date: 2024-08-04 20:21-0400\n" | ||
"PO-Revision-Date: 2024-09-08 09:52-0400\n" | ||
"Last-Translator: H. Schaekel <[email protected]>\n" | ||
"Language-Team: German\n" | ||
"Language: de\n" | ||
|
@@ -2347,6 +2347,21 @@ msgstr "" | |
"7: A 8 2 9 3 T 4 J 5 Q 6 K\n" | ||
"8: 3 J 6 A 9 4 Q 7 2 T 5 K" | ||
|
||
msgid "Dungeon" | ||
msgstr "" | ||
|
||
msgid "Tower" | ||
msgstr "" | ||
|
||
msgid "Guest" | ||
msgstr "" | ||
|
||
msgid "Castle" | ||
msgstr "" | ||
|
||
msgid "Subjects" | ||
msgstr "" | ||
|
||
#: pysollib/games/curdsandwhey.py:76 | ||
msgid "Tableau. Build down by suit or of the same rank." | ||
msgstr "Tableau. Erstellt nach unten nach Farbe oder denselben Rang." | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ msgstr "" | |
"Project-Id-Version: 1.02\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2021-12-10 10:19-0500\n" | ||
"PO-Revision-Date: 2024-08-04 20:20-0400\n" | ||
"PO-Revision-Date: 2024-09-08 09:52-0400\n" | ||
"Last-Translator: Eric Rausch <[email protected]>\n" | ||
"Language-Team: French\n" | ||
"Language: fr\n" | ||
|
@@ -2387,6 +2387,21 @@ msgstr "" | |
"7: A 8 2 9 3 T 4 J 5 Q 6 K\n" | ||
"8: 3 J 6 A 9 4 Q 7 2 T 5 K" | ||
|
||
msgid "Dungeon" | ||
msgstr "" | ||
|
||
msgid "Tower" | ||
msgstr "" | ||
|
||
msgid "Guest" | ||
msgstr "" | ||
|
||
msgid "Castle" | ||
msgstr "" | ||
|
||
msgid "Subjects" | ||
msgstr "" | ||
|
||
#: pysollib/games/curdsandwhey.py:76 | ||
msgid "Tableau. Build down by suit or of the same rank." | ||
msgstr "Tableau. Décroissant par enseigne ou de même valeur." | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ msgstr "" | |
"Project-Id-Version: it_pysol\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2021-12-10 10:19-0500\n" | ||
"PO-Revision-Date: 2024-08-04 20:19-0400\n" | ||
"PO-Revision-Date: 2024-09-08 09:54-0400\n" | ||
"Last-Translator: Giuliano Colla <[email protected]>\n" | ||
"Language-Team: Italiano <[email protected]>\n" | ||
"Language: it\n" | ||
|
@@ -2395,6 +2395,21 @@ msgstr "" | |
"7: A 8 2 9 3 T 4 J 5 Q 6 K\n" | ||
"8: 3 J 6 A 9 4 Q 7 2 T 5 K" | ||
|
||
msgid "Dungeon" | ||
msgstr "" | ||
|
||
msgid "Tower" | ||
msgstr "" | ||
|
||
msgid "Guest" | ||
msgstr "" | ||
|
||
msgid "Castle" | ||
msgstr "" | ||
|
||
msgid "Subjects" | ||
msgstr "" | ||
|
||
#: pysollib/games/curdsandwhey.py:76 | ||
msgid "Tableau. Build down by suit or of the same rank." | ||
msgstr "Tableau: Sequenza decrescente dello stesso seme" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ msgstr "" | |
"Project-Id-Version: PySolFC\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2021-12-10 10:19-0500\n" | ||
"PO-Revision-Date: 2024-08-04 20:19-0400\n" | ||
"PO-Revision-Date: 2024-09-08 09:53-0400\n" | ||
"Last-Translator: Jerzy Trzeciak <[email protected]>\n" | ||
"Language-Team: Polish <[email protected]>\n" | ||
"Language: pl\n" | ||
|
@@ -2401,6 +2401,21 @@ msgstr "" | |
"7: A 8 2 9 3 T 4 J 5 Q 6 K\n" | ||
"8: 3 J 6 A 9 4 Q 7 2 T 5 K" | ||
|
||
msgid "Dungeon" | ||
msgstr "" | ||
|
||
msgid "Tower" | ||
msgstr "" | ||
|
||
msgid "Guest" | ||
msgstr "" | ||
|
||
msgid "Castle" | ||
msgstr "" | ||
|
||
msgid "Subjects" | ||
msgstr "" | ||
|
||
#: pysollib/games/curdsandwhey.py:76 | ||
msgid "Tableau. Build down by suit or of the same rank." | ||
msgstr "Stół gry. Układaj w dół wg koloru lub wg tej samej wartości." | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ msgstr "" | |
"Project-Id-Version: \n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2021-12-10 10:19-0500\n" | ||
"PO-Revision-Date: 2024-08-04 20:18-0400\n" | ||
"PO-Revision-Date: 2024-09-08 09:53-0400\n" | ||
"Last-Translator: Matheus Knack <[email protected]>\n" | ||
"Language-Team: \n" | ||
"Language: pt_BR\n" | ||
|
@@ -2408,6 +2408,21 @@ msgstr "" | |
"7: A 8 2 9 3 T 4 J 5 Q 6 K\n" | ||
"8: 3 J 6 A 9 4 Q 7 2 T 5 K" | ||
|
||
msgid "Dungeon" | ||
msgstr "" | ||
|
||
msgid "Tower" | ||
msgstr "" | ||
|
||
msgid "Guest" | ||
msgstr "" | ||
|
||
msgid "Castle" | ||
msgstr "" | ||
|
||
msgid "Subjects" | ||
msgstr "" | ||
|
||
#: pysollib/games/curdsandwhey.py:76 | ||
msgid "Tableau. Build down by suit or of the same rank." | ||
msgstr "Tableau. Construa decrescente por naipe or por valor igual." | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ msgstr "" | |
"Project-Id-Version: \n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2021-12-10 10:19-0500\n" | ||
"PO-Revision-Date: 2024-08-04 20:17-0400\n" | ||
"PO-Revision-Date: 2024-09-08 09:54-0400\n" | ||
"Last-Translator: Skomoroh <[email protected]>\n" | ||
"Language-Team: Russian <[email protected]>\n" | ||
"Language: ru\n" | ||
|
@@ -2393,6 +2393,21 @@ msgstr "" | |
"7: A 8 2 9 3 10 4 В 5 Д 6 K\n" | ||
"8: 3 В 6 A 9 4 Д 7 2 10 5 K" | ||
|
||
msgid "Dungeon" | ||
msgstr "" | ||
|
||
msgid "Tower" | ||
msgstr "" | ||
|
||
msgid "Guest" | ||
msgstr "" | ||
|
||
msgid "Castle" | ||
msgstr "" | ||
|
||
msgid "Subjects" | ||
msgstr "" | ||
|
||
#: pysollib/games/curdsandwhey.py:76 | ||
msgid "Tableau. Build down by suit or of the same rank." | ||
msgstr "" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.