Skip to content

Daffyllas/Trivia_Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Python Quiz Game

A simple Python command-line quiz game that tests your general knowledge with multiple-choice questions.
This project is designed to practice Python basics such as loops, conditionals, dictionaries, user input, and randomization.


Features

  • Multiple-choice questions with 4 options each
  • Random question selection for each game
  • Tracks player score
  • Provides feedback for correct and incorrect answers
  • Displays the correct answer if the player is wrong
  • End-of-game score summary

Technologies Used

  • Python 3
  • random module for question selection
  • input() function for interactive gameplay
  • Dictionaries and lists for storing questions and answers
  • Loops (while) for continuous gameplay and validation

About

Python coded Trivia game

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages