Tic-Tac-Toe Detail
Project information
- Category: Coding
- Language: Python
- Source: JetBrains Academy
- Project date: 04 January, 2021
- Project URL: Tic-Tac-Toe
                        Everybody remembers this paper-and-pencil game from childhood: Tic-Tac-Toe, also known as
                        Noughts and crosses or Xs and Os. A single mistake usually costs you the game, but thankfully
                        it is simple enough that most players discover the best strategy quickly.
                        
                        After finishing this project, we'll get to know a lot about planning and developing a complex
                        program from scratch, using functions, handling errors, and processing user input.