A simple tic-tac-toe game. This was completed as the milestone 1 project for Jose Portilla’s “Zero-to-Hero Python” course.
Gameplay:
- Player One choose’s a marker - X or O.
- Randomly one of the players are chosen to go first.
- Take turns placing a marker.
- Continue until a player wins or the board is full and there is a tie.
- Ask players if they want to play again.