/Tic-Tac-Toe

First Python Project - Tic-Tac-Toe Console Game

Primary LanguagePython

Tic-Tac-Toe

First Python Project - Tic-Tac-Toe Console Game

My game: Prints an empty grid at the beginning of the game. Creates a game loop where the program asks the user to enter the cell coordinates, analyzes the move for correctness and shows a grid with the changes if everything is okay. Ends the game when someone wins or there is a draw.

JetBrains Academy Project