Skip to content
Open
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
32 changes: 32 additions & 0 deletions instructions/en/games/clobber.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
<game>
<name>Clobber</name>
<code>clobber</code>
<history/>
<board>
Clobber is played on a rectangular board with a grid of spaces.
</board>
<pieces>
The board starts out filled with alternating white and black pieces. Players
can decide which color they want to play as.
</pieces>
<tomove>
On their turn, a player can move one of their pieces to an orthogonally
adjacent space, only if that space is occupied by the opponent's piece. By
doing this, they remove the opponent's piece from the board.
</tomove>
<towin>The last player that is able to move wins the game.</towin>
<rules/>
<strategies/>
<variants>
There are many variants of this game, specified by the dimensions of the
board.
</variants>
<alternates/>
<pictures/>
<references/>
<links/>
<gamescrafters>
<gamescrafter>Michael Setchko Palmerlee</gamescrafter>
</gamescrafters>
</game>
26 changes: 26 additions & 0 deletions instructions/en/games/horses.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<game>
<name>Horses</name>
<code>horses</code>
<history/>
<board>Horses is played on a circular board with eight spaces on the perimeter and one in the center</board>
<pieces>Three pieces per player. Player 1 has blue pieces, player 2 has red.</pieces>
<tomove>
The board starts out empty. Players take turns placing pieces until they have each placed 3.
After this, players take turns moving a piece to an adjacent space
</tomove>
<towin>The first player to get 3-in-a-Row wins the game.</towin>
<rules/>
<strategies/>
<variants>
In the regular variant, the first player to get 3-in-a-Row wins. In the
misere variant, the first player to get 3-in-a-Row loses.
</variants>
<alternates/>
<pictures/>
<references/>
<links/>
<gamescrafters>
<gamescrafter>Michael Setchko Palmerlee</gamescrafter>
</gamescrafters>
</game>
32 changes: 32 additions & 0 deletions instructions/en/puzzles/pancakes.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
<game>
<name>Pancakes</name>
<code>pancakes</code>
<history/>
<board/>
<pieces>
The pieces in this puzzle are pancakes of varying width. One side of the
pancake is cooked nicely, while the other side is burnt.
</pieces>
<tomove>
Each turn, the player can choose to flip the top n pancakes. When selecting
a move, the selected pancake and all pancakes above it will be flipped over.
</tomove>
<towin>
The goal of the puzzle is to arrange the stack of pancakes in descending
order of width (from bottom to top), with all of the burnt sides facing down.
</towin>
<rules/>
<strategies/>
<variants>
The variants of this puzzle are defined by the number of pancakes in the
stack.
</variants>
<alternates/>
<pictures/>
<references/>
<links/>
<gamescrafters>
<gamescrafter>Michael Setchko Palmerlee</gamescrafter>
</gamescrafters>
</game>