- Joyce Lin: PM, Animations
- Evan Khosh: Flask + Database set up
- Sean Zheng: Questions + API interactions
- Zixi Qiao: Chess Logic
- Chess but for people bored of traditional chess! With every move you must answer a random trivia question (which, depending on if you get it right or not, can influence the rest of the match) pulled from a collection of APIs! You can play this either with a friend, through the multiplayer system, or a bot through the singleplayer system! Both gamemodes will be scaled on the chosen difficulty in the menu screen.
1) Clone the repo
git clone git@github.com:jlin28/PeakedInElementarySchool.git "chrivia"
2) Download necessary packages
cd chrivia
pip install -r requirements.txt
1) From wherever you had cloned the Chrivia repo, run:
cd chrivia/app
2) Launch the app
python __init__.py
then ctrl-click provided link in terminal OR copy-paste it into your browser