labyrinth-cs-proj/README.txt

21 lines
523 B
Text
Raw Normal View History

2022-11-22 10:35:23 +00:00
Oh hello there.
2022-11-17 14:11:24 +00:00
2022-11-22 10:35:23 +00:00
To run this project, basically theres two things you need to do.
2022-11-17 14:11:24 +00:00
1. To open this readme file which you have already done
2022-11-22 10:35:23 +00:00
2022-11-17 14:11:24 +00:00
2. Open command prompt (just type it in start menu)
2022-11-22 10:35:23 +00:00
3. Type in 'cd' + the path name to where this readme is
2022-11-17 14:11:24 +00:00
4. Type in 'python starter.py initsql' to initialise your mysql credentials
2022-11-22 10:35:23 +00:00
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
2022-11-17 14:11:24 +00:00
Enjoy!