Nuacht

A simple 2-player console-based Tic Tac Toe game built using Python. Implements core Object-Oriented Programming principles including encapsulation, modularity, input handling, and game logic.
This is the Simple Tic-Tac-Toe with Python project I made myself. Everybody remembers this paper-and-pencil game from childhood: Tic-Tac-Toe, also known as Noughts and crosses or Xs and Os. A single ...