We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df60a1a commit 71d488eCopy full SHA for 71d488e
zulip_bots/zulip_bots/bots/game_of_fifteen/doc.md
@@ -0,0 +1,19 @@
1
+# Game of Fifteen bot
2
+
3
+This bot is designed to let you play a [game of fifteen](https://en.wikipedia.org/wiki/15_puzzle).
4
5
+The goal of the game is to arrange all numbers from smallest to largest,
6
+starting with the grey question mark in the upper left corner, and then
7
+moving through each row till one reaches the end.
8
9
+## Usage
10
11
+To start a new game, simply type:
12
13
+```
14
+@game_of_fifteen
15
16
17
+`move <tile1> <tile2>` - This command is used to pick which number to
18
+ switch with the grey question mark. Only pieces adjacent to the
19
+ grey question mark may be moved.
0 commit comments