Skip to content

My version of a simple object-oriented-programming quizz game created for Dr. Angela Yu's Python Bootcamp challenge

License

Notifications You must be signed in to change notification settings

barbaracalderon/oop-simple-quizz-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Object-Oriented Programming | Simple Quizz Game

This is an Object-Oriented-Programming (OOP) version of the "Simple Quizz Game" from Dr. Angela Yu's Python Bootcamp, from the London App Brewery. There is a list of random questions and the user must insert his/hers answers. If right, then you score! At the end, the final results will show up and you can check how many questions you got right.

Also, by the magic of OOP, feel free to change the questions as you wish.

Project Requirements

Here's what this project requires:

  • Prompt user by asking multiple questions, one at a time.
  • Process user's answers.
  • Check if answer is right.
  • Keep score!
  • Print report.

About

My version of a simple object-oriented-programming quizz game created for Dr. Angela Yu's Python Bootcamp challenge

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages