Play games using bots against other scripts, AI & fast-paced players
Go to file
Bram van den Heuvel 99e5cafa89 Simple PyClient bug fixes 2026-06-05 17:03:48 +02:00
pyclient Simple PyClient bug fixes 2026-06-05 17:03:48 +02:00
spec Create PyClient for hosting games 2026-06-05 16:48:18 +02:00
.gitignore Create PyClient for hosting games 2026-06-05 16:48:18 +02:00
README.md Create PyClient for hosting games 2026-06-05 16:48:18 +02:00
requirements.txt Create PyClient for hosting games 2026-06-05 16:48:18 +02:00

README.md

Bot-Man-Toe

Bot-Man-Toe is an attempt to create a way for players to play games against themselves, other players, or self-trained AI players.

Technology stack

Counterintuitively, the servers are participants to a game. The clients are programs or browsers that mediate matches between servers.

More

  • The discovery contract is documented in spec/README.md.
  • Python client helpers live under pyclient/.