Tic Tac Toe Game Made After PCAP Qualification This is a CLI based game.
This game takes into account seperate modules for player, game and board-printing. The computer also has a basic AI fuction to prioritize Center, Corners then Middle of the Rows
To Start:
git clone https://github.com/Barrow1990/Tic_Tac_Toe-PCAP.git
cd Tic_Tac_Toe-PCAP
python3 main.py
Input how many players you want:
0: Computer
1: 1 Player vs Computer
2: 2 Player
Input Name(s) for player(s)
Enjoy the game.