From 532417f0986dfd16288696c970cda0e36fbd6116 Mon Sep 17 00:00:00 2001 From: Gordon Shumway Date: Thu, 13 Feb 2020 06:06:12 -0500 Subject: [PATCH] Update README.md --- Jeopardy/README.md | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/Jeopardy/README.md b/Jeopardy/README.md index 4abcbe6..5911d1e 100644 --- a/Jeopardy/README.md +++ b/Jeopardy/README.md @@ -15,9 +15,23 @@ To run a local instance (190K+ questions, can add more questions as episodes con ## Commands ``` -start [--num ] [--shuffle] [--no-hints] [--random-category] [category1, category2, etc,] +start [channel] [--num <#>] [--timeout <#>] [--hints <#>] [--random] [--shuffle] [--restart] [, , etc.] ``` -Calling the `start` command by itself will yield a round of random questions. Adding category names after the start command will search for specific categories by name. The `--random-category` option will return questions from a randomly selected category. Calling `start` while a game is running will add additional questions to the queue. Use `--shuffle` to randomize question order. Use `--no-hints` to disable hints for the round. +`start` - start a round with random questions + +`start , ` - search for a category by name, separate multiple categories with commas + +`--shuffle` - randomize category searches + +`--num <# of questions>` - set the number of questions for the round + +`--timeout <# of seconds to answer>` - set the time to answer the question, 0 to disable timeout + +`--hint <# of hints>` - specify number of hints, 0 to disable them + +`--random` - select a category at random + +`--restart` - automatically restart a new round when the current round finishes (questions in restarted rounds will be random) ``` categories @@ -37,7 +51,7 @@ Repeat the currently active question. ``` hint ``` -Repeat the current hint. If game set for no hints, show blanked out answer. +Repeat the current hint. If game set for no hints, show blanked out answer. If timeout disabled reveal the next hint. ``` skip