Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 788 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 788 Bytes

Project: Tic-Tac-Toe

About

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.

Project source

Jetbrains Academy Python Course


There are 5 stages in this project. I have provided the problem statements of all the stages on separate PNG files. Similarly, the solutions of these stages are provided on individual python files.


Learning outcome

After finishing this project, I got to know a lot about planning and developing a complex program from scratch, using functions, handling errors, and processing user input

PLEASE IGNORE THE 'OTHER FILES' FOLDER