TicTacToe Assignment
Completion requirements
Make a submission
Opened: Thursday, 13 October 2022, 12:00 AM
Due: Sunday, 16 October 2022, 11:59 PM
My code from class can be found here:
I would like you to copy/paste the code (if you need it) and edit the code:
- so that it resets the moves if the user wants to play again
- will only allow the user and/or computer to enter a move if there is an open block on the board - the game should be able to end in a tie, but right now, it will result in an infinite loop if the user and computer keep playing until there are no more spaces