A jeopardy game in a 4 by 4 dimensional trivial game. Includes 4 topics related to GenOne, python, linux, and career related topics/facts. These are sectioned from 100-400 level from easiest to hard. The goal is to make it a collaborative and interactive project for any class to participate in.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- git clone “https://github.com/sshahrier/JeopardyPy.git”
- Run the main.py file by running the following command:
python3 main.py
- Select the option
There are no additional installation of packages or libraries required for this project aside from two important ones for this project. We are utilizing the PrettyTable
Python library which is used to easily display data in a visual ASCII table format. As well as the colorama
Python library which allows to color your terminal text to your choosing. All of these packages have been tested and compatible with version Python 3 which must be pre-installed in order to run this program.
Licensed under the MIT License.
Copyright ©️ 2018. Sayem Shahrier.
All Rights Reserved.