0.0.19 • Published 2 years ago

kwz v0.0.19

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

A terminal-based quiz game!

InstallationUsing kwzLicense

Installation

To install kwz, run the following command:

npm install --global kwz

Using kwz

You can play a quiz using kwz by simply running:

kwz

You can set the number of questions, the type of answers, the difficulty of the questions and the category.

kwz --number 5 --difficulty hard --category 9 --true-or-false

Number of Questions

The number of questions can be set using the --number or -n flag. This flag requires an integer representing the numbers of questions that you'll be asked. The default value is 10.

Question Type

The question type can be set to true-or-false using the --trueOrFalse or -t flag. Without this flag, questions will be multiple choice.

Difficulty

The difficulty can be set using the --difficulty or -d flag. This flag requires either "easy", "medium" or "hard". By default, questions of all difficulty will be asked.

Category

The category can be set using the --category or -c flag. This flag requires an integer representing the category code. These can be found using the categories subcommand. By default, questions in all categories will be asked.

The categories Command

The categories subcommand returns a list of categories followed by their category code. The categories command looks like:

kwz categories

Help

To get help using kwz, run:

kwz --help

License

MIT

0.0.19

2 years ago

0.0.18

2 years ago

0.0.17

2 years ago

0.0.16

2 years ago

0.0.15

2 years ago

0.0.13

2 years ago

0.0.12

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

0.0.0

2 years ago