A simple terminal-based trivia game built with Spectre.Console.
Starts a new trivia game.
Options:
Option | Description | Default |
---|---|---|
-p , --players |
The number of players | 1 |
-n , --questions |
The number of questions | 10 |
-d , --difficulty |
The level of difficulty | All |
-c , --category |
The category of trivia | All |
Example:
dotnet run -- play --players 2 --questions 5 --difficulty easy --category history
List all posible categories
dotnet run -- categories
List all diificulties
dotnet run -- difficulties