Course project for creating a simple Tic Tac Toe game. This is the first milestone project in the course "Complete Python Bootcamp" in Udemy. Link to course: https://www.udemy.com/complete-python-bootcamp/
The game is developed entirely in Jupyter Notebook. In the provided script there are instructions on each step of the process of creating the game.
The user should open the game in Jupyter Notebook and hit "Run all" on the Cell tab- after that the game should start in Jupyter Notebook console as a series of user inputs and print statements. At the end of each game, the user is asked if he/she wants to play again and start another round.