labyrinth-cs-proj/README.md

769 B

Setting up

  • Install dependencies: pip install -r requirements.txt

  • Run python starter.py setup to set up your Gmail app-specific password for sending forgot password emails and Oxford Dictionary API keys.

  • Run python starter.py initsql to initialise your mysql credentials.

  • If you want to test the database functionalities, run python starter.py dumpsample to dump a sample database.

Running the game

  • Run python starter.py and enjoy the game!

Credits