A Python Tic Tac Toe game played by two-players on a 3x3 grid that has the goal of getting three marks ('X' or 'O') in a row (horizontally, vertically, or diagonally) or ending the game in a draw.
-
Updated
Apr 4, 2024 - Python
A Python Tic Tac Toe game played by two-players on a 3x3 grid that has the goal of getting three marks ('X' or 'O') in a row (horizontally, vertically, or diagonally) or ending the game in a draw.
A Python-based learning project covering essential concepts such as functional programming, object-oriented programming, data handling, and library usage (NumPy, Pandas). Each theme introduces a different set of tasks to build programming knowledge and skills.
A hands-on Python repository to master core Object-Oriented Programming (OOP) concepts through real-world practice problems.
Add a description, image, and links to the programming-concepts topic page so that developers can more easily learn about it.
To associate your repository with the programming-concepts topic, visit your repo's landing page and select "manage topics."