zulip_bots: Add doc.md for game_of_fifteen bot.

Finishes #513.
This commit is contained in:
anehls93 2019-04-30 16:53:13 -04:00 committed by Eeshan Garg
parent df60a1ac03
commit 71d488e560

View file

@ -0,0 +1,19 @@
# Game of Fifteen bot
This bot is designed to let you play a [game of fifteen](https://en.wikipedia.org/wiki/15_puzzle).
The goal of the game is to arrange all numbers from smallest to largest,
starting with the grey question mark in the upper left corner, and then
moving through each row till one reaches the end.
## Usage
To start a new game, simply type:
```
@game_of_fifteen
```
`move <tile1> <tile2>` - This command is used to pick which number to
switch with the grey question mark. Only pieces adjacent to the
grey question mark may be moved.