Skip to content

Commit 71d488e

Browse files
anehls93Eeshan Garg
authored and
Eeshan Garg
committed
zulip_bots: Add doc.md for game_of_fifteen bot.
Finishes #513.
1 parent df60a1a commit 71d488e

File tree

1 file changed

+19
-0
lines changed
  • zulip_bots/zulip_bots/bots/game_of_fifteen

1 file changed

+19
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)