An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# 🧩 Crosses

A tic-tac-toe game and bot written in pure Python.

## 🖼️ Screenshots

![1](./screenshots/1.png)
![2](./screenshots/2.png)

## ⚙️ 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).