From 71d488e56029886a0c815c41671830b4cc71df6a Mon Sep 17 00:00:00 2001 From: anehls93 <38763998+anehls93@users.noreply.github.com> Date: Tue, 30 Apr 2019 16:53:13 -0400 Subject: [PATCH] zulip_bots: Add doc.md for game_of_fifteen bot. Finishes #513. --- .../zulip_bots/bots/game_of_fifteen/doc.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 zulip_bots/zulip_bots/bots/game_of_fifteen/doc.md diff --git a/zulip_bots/zulip_bots/bots/game_of_fifteen/doc.md b/zulip_bots/zulip_bots/bots/game_of_fifteen/doc.md new file mode 100644 index 0000000..a088c61 --- /dev/null +++ b/zulip_bots/zulip_bots/bots/game_of_fifteen/doc.md @@ -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 ` - 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.