-
-
Notifications
You must be signed in to change notification settings - Fork 364
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
zulip_bots: Add doc.md for game_of_fifteen bot.
Finishes #513.
- Loading branch information
1 parent
df60a1a
commit 71d488e
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |