An interactive trivia game, ran from the Linux CLI, that fetches questions from an SQLite database and allows users to select answers from multiple-choice options.
- Fetches trivia questions from an SQLite database.
- Randomly shuffles questions and answer options.
- Provides immediate feedback on user selections.
- Displays explanations for correct answers.
- User-friendly command-line interface.
- Python 3.x
- SQLite3
-
Clone the repository:
git clone https://github.com/tuxott/TriviaGame.git
-
Enter the repository:
cd TriviaGame -
Run the game:
./trivia_game.py <path_to_trivia_pack>
-
Enjoy!