News

A simple command-line Tic Tac Toe game built using Python. It allows two players to play on a 3×3 grid, switching turns until one wins or the game ends in a tie. Run the Python script in any terminal ...
Tic-Tac-Toe---Python-Console-Game A simple 2-player console-based Tic Tac Toe game built using Python. Implements core Object-Oriented Programming principles including encapsulation, modularity, input ...