Go to file
2023-08-18 22:10:45 +05:30
maze Fix minor bugs and license under AGPL 2023-08-18 22:10:45 +05:30
wordle Fix minor bugs and license under AGPL 2023-08-18 22:10:45 +05:30
.gitignore Removal of unecessary helper scripts and log files. 2023-08-17 18:00:13 +05:30
credentials.pickle Fix minor bugs and license under AGPL 2023-08-18 22:10:45 +05:30
dbdump.sql Removal of unecessary helper scripts and log files. 2023-08-17 18:00:13 +05:30
LICENSE Fix minor bugs and license under AGPL 2023-08-18 22:10:45 +05:30
pong.py Fix minor bugs and license under AGPL 2023-08-18 22:10:45 +05:30
README.md Fix minor bugs and license under AGPL 2023-08-18 22:10:45 +05:30
requirements.txt Removal of random 'Words' in wordle. Removed solvers. 2023-07-29 20:29:06 +05:30
snake.py Fix minor bugs and license under AGPL 2023-08-18 22:10:45 +05:30
starter.py Fix minor bugs and license under AGPL 2023-08-18 22:10:45 +05:30

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