Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 549 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 549 Bytes

TicTacToe

1. CommandLineGame.rar

Extract the .rar archive. It contains the file CommandLineGame.py, which you can run in terminal or cmd as "python CommandLineGame.py". Make sure you are in the same directory.

2. GUIGame_RawFiles.rar

Extract the .rar archive. It contains the file start_game.py, which you can run in terminal or cmd as "python start_game.py". Make sure you are in the same directory.

3. GUIGame.rar

Extract the .rar archive.

Go to: "build -> exe.win-amd64-3.6 -> start_game.exe" to launch the game.

4. HAVE FUN!