Skip to content
Merged
Changes from 2 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
52 changes: 52 additions & 0 deletions instructions/en/puzzles/lunarlockout.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
<?xml version="1.0" encoding="UTF-8"?>
<game>
<name>Lunar Lockout</name>
<code>LunarLockout</code>
<history></history>
<board>The game has a 7x7 game board, where only 5x5 include legal moves.
The boarder edge cells of the 5x5 is considered the space.
Robots that slide through space are no longer able to get back to the board.</board>
<pieces>There is one msin red robot and 4 to 5 helper robots of different colors.</pieces>
<tomove>Slide robots to different directions in the board. They move up to a blocker robot.</tomove>
<towin>To win, have the red robot reach the center cell.</towin>
<rules>All robots, regardless of type, are able to slide throughout the entire 5x5 board.
For a robot to slide and not fall off space, they need to have another robot in front of them as a blocker.
Thus, for the red robot to reach the base, it needs to have a helper robot as a blocker one cell next to the center.
If a robot falls of space, outside of the 5x5 board, then they are in space and are no longer able to get back to the board.
The game can still be winnable if a helper robot is thrown out of space. However, if the red robot leaves the board, the game is now over.
</rules>
<strategies/>
<variants>
<variant>
<name>Beginner</name>
<description>Most simple variant with 4 helper robots.</description>
</variant>
<variant>
<name>Easy</name>
<description>Slightly more difficult variant with 4 helper robots.</description>
</variant>
<variant>
<name>Medium</name>
<description>Medium difficulty variant with 4 helper robots.</description>
</variant>
<variant>
<name>Hard</name>
<description>Most difficult variant with 5 helper robots.</description>
</variant>
</variants>
<alternates/>
<pictures/>
<references>
<reference>z</reference>
</references>
<links>
<link>
<url></url>
<description>Lunar Lockout</description>
</link>
</links>
<gamescrafters>
<gamescrafter>Kelvin</gamescrafter>
<gamescrafter></gamescrafter>
</gamescrafters>
</game>