No description
Find a file
2022-11-26 01:54:29 +05:30
maze Pong integrated with main menu 2022-11-24 17:43:45 +05:30
wordle-curses Introducing wordle + its solver 2022-11-26 01:54:29 +05:30
.gitignore Introducing wordle + its solver 2022-11-26 01:54:29 +05:30
credentials.pickle Introducing pong and snake 2022-11-23 23:33:16 +05:30
dbdump.sql Final changes, introducing sample database dump and username-pass initialisation for mysql 2022-11-17 19:32:25 +05:30
pong.py Pong integrated with main menu 2022-11-24 17:43:45 +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 Pong integrated with main menu 2022-11-24 17:43:45 +05:30
starter.py Introducing pong and snake 2022-11-23 23:33:16 +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!