776 B
776 B
Bot-Man-Toe
Write a script that plays tic-tac-toe, and see how well it performs against other programs!
Get started
- Clone this repository.
- Run
python client.pyin the terminal and let two random agents play against each other. - Copy the example agent and create your own.
- Play against the AgentOfChaos while you improve your strategy.
- Publish your agent. (optional)
- Compare it against others with the Elo tracker. (optional)