kasoglu / quiz-game

A True/False quiz game built-in Python by Object-Oriented Programming principles.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

True/False Quiz Game

How to Play?

Once you've clone the repository on your computer, run the main.py file on your terminal. You'll will welcome to game-start screen.

Now, you start to answer the questions. If you think that sentence is correct just type "yes" else type "no" .

game_start

After you completed the quiz, you will able to see your final score.

If you answered all of the questions correctly, program will prompt "Well Done!" ascii art or

game_done

If you answered wrong even 1 question, it prompts "Try Again" art.

game_over

Good Luck..

About

A True/False quiz game built-in Python by Object-Oriented Programming principles.


Languages

Language:Python 100.0%