A very simple implementation of the classic Tic Tac Toe game in Python with tkinter. This game allows two players to take turns marking spaces in a 3×3 grid, with the goal of getting three of their marks in a row, either horizontally, vertically, or diagonally.
- Two-player mode: Players take turns to place their marks (X and O) on the grid.
- Simple and intuitive GUI using tkinter.
- Win detection: The game checks for a winner after each move and announces the result.
- Reset functionality: Players can reset the game to start a new match.
- Python 3.14+
- uv, a python package for building user interfaces (refer official documentation for installation).
To start the game, run the following command in your terminal:
uv run tic-tac-toedependencies installation should be not required as uv will handle it automatically.
