No description
Find a file
2023-01-18 07:55:21 +05:30
.fleet Play script 2023-01-18 07:55:21 +05:30
helper_scripts Play script 2023-01-18 07:55:21 +05:30
maze Fixed some stuff earlier and forgot to commit 2022-12-14 12:28:50 +05:30
wordle Play script 2023-01-18 07:55:21 +05:30
.gitignore Play script 2023-01-18 07:55:21 +05:30
credentials.pickle Black and isort final run 2022-11-30 18:27:18 +05:30
dbdump.sql Final commit handling a few ambigous errors 2022-12-01 07:20:08 +05:30
play.bat Play script 2023-01-18 07:55:21 +05:30
play.vbs Play script 2023-01-18 07:55:21 +05:30
pong.py Added function comments 2022-11-30 21:27:28 +05:30
README.txt Saving and loading maze - now better 2022-11-22 16:05:23 +05:30
requirements.txt Root commit 2022-11-03 01:32:13 +05:30
snake.py Black and isort final run 2022-11-30 18:27:18 +05:30
starter.py Added function comments 2022-11-30 21:27:28 +05:30

Oh hello there.


To run this project, basically theres two things you need to do.


1. To open this readme file which you have already done

2. Open command prompt (just type it in start menu)

3. Type in 'cd' + the path name to where this readme is

4. Type in 'python starter.py initsql' to initialise your mysql credentials

5. Type in 'python starter.py' and enjoy the game!

6. If you want to test the database functionalities, just type in 'python starter.py dumpsample' to dump a sample database



Enjoy!