This program is for the course "Learn C++" from codecademy.
In this project I'm using c++ to program a simple game of tic tac toe between two players. One at a time, each player chooses the field they want to play on and, when there is a winner, the program will show it! Between rounds, the status of the game is also displayed on the terminal.
You can also choose between 3 game modes:
- sudden death;
- best of 3;
- best of 5.