https://github.com/interrrp/crosses
🧩 A tic-tac-toe game and bot
https://github.com/interrrp/crosses
ai bot minimax negamax python python3 tic-tac-toe tictactoe
Last synced: over 1 year ago
JSON representation
🧩 A tic-tac-toe game and bot
- Host: GitHub
- URL: https://github.com/interrrp/crosses
- Owner: interrrp
- License: gpl-3.0
- Created: 2025-03-23T05:09:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-23T05:26:37.000Z (over 1 year ago)
- Last Synced: 2025-03-23T06:20:06.458Z (over 1 year ago)
- Topics: ai, bot, minimax, negamax, python, python3, tic-tac-toe, tictactoe
- Language: Python
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🧩 Crosses
A tic-tac-toe game and bot written in pure Python.
## 🖼️ Screenshots


## ⚙️ Installation and Usage
You'll need [Python 3.13 or greater](https://python.org).
1. Clone this repository and change into it
2. Run with `python -m crosses`
## 🔐 Licensing
Crosses is licensed under [GPL-3.0](./LICENSE).