/quizzler

Primary LanguagePython

The Quiz Game

Let's play some quiz. This program gets API data from open trivia database and the questions can be
changed to variety of topics.
The core parts of this game are:

  • It provides a nice UI, and turns the screen from `red` to `green` based on `wrong` and `right` answers
  • These game is entirely built using OOP, which makes it more modular and efficient
  • The `✅` and `❌` button makes the game more fascinating.

  • Here are some screenshots: 👇

    Game-is-on


    After the end of the quiz , it displays the final score out of total questions

    game-off