/Online-Trivia-Game

A Python Trivia Game application, for the terminal.

Primary LanguagePython

Online Trivia Game

A Python Trivia Game application, for the terminal.

Description:

This is a simple trivia game, with a server responsible for asking the question, hold the data and handle clients requests.

You can find the Pyhton source code in src, which mainly composed of three modules.

The data (users and questions) is stored and read using json files.

Download:

git clone https://github.com/oradbarel/Online-Trivia-Game.git

Prerequisites:

For running successfully the code, you will need the following:

  • Python 3.7+
  • Install colorama. You can use the following: pip install colorama

Demo Of Client:

demo-of-client.mp4