WIP: Can play with bots using old frontend, and multi_bot_launcher

This is a very fragile first pass. There are no messages sent, and
sometimes the bots die without warning. But, you'll get a few good turns
in before they do and during that time, it's truly glorious.
This commit is contained in:
Tyler Marques 2025-06-23 15:56:05 -07:00
parent a05ca5d0df
commit 02a3ef8d38
No known key found for this signature in database
GPG key ID: CB99EDCF41D3016F
10 changed files with 139 additions and 730 deletions

View file

@ -1,6 +0,0 @@
def main():
print("Hello from bot-client!")
if __name__ == "__main__":
main()