https://github.com/hrosicka/tictactoe
Feeling nostalgic? Relive the joy of childhood with this Python implementation of ❌⭕ Tic Tac Toe. Complete with win tracking and a snazzy GUI!
https://github.com/hrosicka/tictactoe
python python3 tic-tac-toe tictactoe tictactoe-game tictactoe-python
Last synced: 3 months ago
JSON representation
Feeling nostalgic? Relive the joy of childhood with this Python implementation of ❌⭕ Tic Tac Toe. Complete with win tracking and a snazzy GUI!
- Host: GitHub
- URL: https://github.com/hrosicka/tictactoe
- Owner: hrosicka
- License: mit
- Created: 2024-12-25T19:37:02.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2025-01-20T21:04:57.000Z (5 months ago)
- Last Synced: 2025-01-20T22:21:50.277Z (5 months ago)
- Topics: python, python3, tic-tac-toe, tictactoe, tictactoe-game, tictactoe-python
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Welcome to Tic Tac Toe
Get ready to dominate the grid and emerge victorious in this epic Tic Tac Toe battle! This isn't your childhood game anymore. It's a fast-paced, strategic showdown where only one player can claim the title of Tic Tac Toe Champion.
## Conquer the Board
The game takes place on a familiar 3x3 grid. You'll take turns placing your mark (X or O) on the empty squares. But here's the catch: think strategically! A true champion anticipates their opponent's moves, blocking their attempts at victory while maneuvering their own Xs or Os to form a winning line.
## Claim Your Glory
The first player to score a line of three Xs or Os horizontally, vertically, or diagonally reigns supreme! But wait, there's more! If all the squares fill up without a winner, it's not a boring tie. It's a Cat's Game – a hilarious twist where the feline overlord claims the board as its territory!