Have you ever wanted to compete with your friends, flex your trivia knowledge and gain bragging rights for eternity? Then our website is definitely the best for you! Users will be able to play games of Jeopardy using pre-generated boards and they will compete with each other to see who gets to brag. There are several all-time leaderboards to see the which players are the best of the best. Users will also be able to create and edit their own custom boards and publish them for others to play.
- Clone this repo:
git clone git@github.com:stuy-softdev/PMG.git
- Navigate into repo:
cd PMG
python3 -m venv venv
-
Linux/Mac:
source venv/bin/activate -
Windows:
venv\Scripts\activate
pip install -r requirements.txt
cd PMG/app
python3 __init__.py
python3 app/__init__.py