This is the popular game Tic-Tac-toe created with Python using PyGame library.
There are 2 modes:
- 2 Player mode,
- Player vs AI mode.
To play the game you must first:
-
Open the terminal in this repo,
-
Install the required packages by running.
pipenv shell pipenv install
-
Run the application:
game.py
for 2 player mode,game_AI.py
forPlayer vs AI
mode.