From 8dae7f9dc0cc50806bff6898c683e1d897e6fe78 Mon Sep 17 00:00:00 2001 From: adokanchi Date: Tue, 26 May 2026 00:50:16 -0700 Subject: [PATCH] Add Klotski explainer --- instructions/en/puzzles/klotski.xml | 30 +++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 instructions/en/puzzles/klotski.xml diff --git a/instructions/en/puzzles/klotski.xml b/instructions/en/puzzles/klotski.xml new file mode 100644 index 0000000..3145a79 --- /dev/null +++ b/instructions/en/puzzles/klotski.xml @@ -0,0 +1,30 @@ + + + Klotski + klotskie + Klotski is a puzzle originating in the early 20th century. Its exact origin is not fully known, possibly emerging from the United States' 15-puzzle or the Chinese Huarong Dao. + + There are pieces of various sizes that can be moved around the board. + Click an arrow to slide a piece to an adjacent, empty space. + Move the large 2x2 piece to the target area. + + + Pieces cannot overlap or leave the boundaries of the board. + Pieces cannot be removed from the board or moved through other pieces. + The puzzle is solved when the large 2x2 piece reaches the target area, regardless of the locations of other pieces. + + + Plan how to efficiently move disruptive pieces away from the path to the target area. + Ensure empty board spaces remain in useful locations, as pieces cannot move unless there is space to move into. + Consider alternate paths to the target area, rather than immediately traveling in a straight line. + + + + + + + Tony Dokanchi (Design, Backend, GamesmanUni GUI Implementation, Themes, & Variants) + Boyi Pan (Design, Backend, QA, & Debugging) + Allena Oglivie (Mentor) + + \ No newline at end of file