-
-
Notifications
You must be signed in to change notification settings - Fork 394
Added Doc.md for game_of_fifteen bot #513
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# game_of_fifteen bot | ||
|
||
Game of Fifteen bot is a bot designed to let you play a game of fifteen. To summon it, simply type `@game_of_fifteen`, | ||
like so: | ||
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Make this:
|
||
``` | ||
@game_of_fifteen | ||
``` | ||
|
||
Run this bot as described in [here](https://zulipchat.com/api/running-bots#running-a-bot). | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Replace |
||
|
||
## Usage | ||
|
||
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 until we hit the end. | ||
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Move this paragraph to the top of the previous section. Also, replace |
||
`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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Replace this with
Game of Fifteen Bot
:)