Skip to content

sprottm/TriviaGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Trivia Game

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.

Features

  • 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.

Requirements

  • Python 3.x
  • SQLite3

Installation

  1. Clone the repository:

    git clone https://github.com/tuxott/TriviaGame.git
    
  2. Enter the repository:

    cd TriviaGame
    
  3. Run the game:

    ./trivia_game.py <path_to_trivia_pack>
    
  4. Enjoy!

About

An interactive trivia game that fetches questions from an SQLite database and allows users to select answers from multiple-choice options

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages