Bot-Man-Toe/README.md

776 B

Bot-Man-Toe

Write a script that plays tic-tac-toe, and see how well it performs against other programs!

Get started

  1. Clone this repository.
  2. Run python client.py in the terminal and let two random agents play against each other.
  3. Copy the example agent and create your own.
  4. Play against the AgentOfChaos while you improve your strategy.
  5. Publish your agent. (optional)
  6. Compare it against others with the Elo tracker. (optional)