Play games using bots against other scripts, AI & fast-paced players
 
 
 
Go to file
Bram van den Heuvel c3fd825876 Merge main updates into web-client branch 2026-06-20 15:04:37 +02:00
elm Add draft CreateGame screen 2026-06-19 13:46:13 +02:00
pyclient Merge main updates into web-client branch 2026-06-20 15:04:37 +02:00
pyserver Containerize PyServer 2026-06-19 14:34:23 +02:00
spec Create PyClient for hosting games 2026-06-05 16:48:18 +02:00
webclient Add back-end service to webclient 2026-06-18 23:20:19 +02:00
.dockerignore Containerize PyServer 2026-06-19 14:34:23 +02:00
.gitignore Containerize PyServer 2026-06-19 14:34:23 +02:00
README.md Create MVP PyServer 2026-06-05 18:16:23 +02:00
client.py Remove unnecessary imports from client.py 2026-06-20 14:59:58 +02:00
elm.json Add MVP front-end framework 2026-06-18 23:19:12 +02:00
requirements-pyclient.txt Create client script with diagnostics 2026-06-19 15:46:03 +02:00
requirements-pyserver.txt Containerize PyServer 2026-06-19 14:34:23 +02:00
requirements.txt Create client script with diagnostics 2026-06-19 15:46:03 +02:00
server.py Containerize PyServer 2026-06-19 14:34:23 +02:00
web.py Add back-end service to webclient 2026-06-18 23:20:19 +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/.
  • Python server helpers live under pyserver/.