Tic Tac Toe game, developed as an assignment during a Udemy Python Bootcamp.
Visuals:
Explaination at the beginning of the game
Starting a new game and keeping score
Clone the present repository on your local machine, and run "TicTacToe.py":
In your terminal:
$ python TicTacToe.py
Press your num pads with numbers in between 1 and 9 to mark the board: 7|8|9 4|5|6 1|2|3
Press 'q' to quit.
- Joffrey Armellini - Initial work - MtlBerri
This project is licensed under the MIT License - see the LICENSE.md file for details