|
|
||
|---|---|---|
| agents | ||
| elm | ||
| elo_tracker | ||
| pyclient | ||
| pyserver | ||
| webclient | ||
| .dockerignore | ||
| .gitignore | ||
| README.md | ||
| client.py | ||
| elm.json | ||
| elo.py | ||
| games.jsonl | ||
| known_players.json | ||
| requirements-elo.txt | ||
| requirements-pyclient.txt | ||
| requirements-pyserver.txt | ||
| requirements.txt | ||
| server.py | ||
| web.py | ||
README.md
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)