- future
- pillow
- ctypes (windows only)
- Clone the program and go to the program directory.
- In the proram loacation, run "python3 ./game_launcher.py" or "py ./game_launcher.py" (windows) on command prompt
- Clone the program and go to the program directory.
- Make sure the program main.py and checkpoint files are loacte in the same location
- In the proram loacation, run "python3 ./old_version.py" with command prompt
- After you execute the program, you would see a prompt to ask you to play first or second: "input 1 if you want to play first, otherwise input 2:"
- If you want to play first, input 1; If you want to play after the agent, input 2. OR input 3 to train the AI agent
- Input the grid number you wnat to input: the input must be integer from 0 to 8, 0 means the first grid and 8 mean the last grid. Counting from left to right, up to down.
- By checking the game board printing on the console, keep playing the game with agent until you win or loss or the game drawn.
- After you win/loss/draw, a prompt will be printed to tell you.