fiveofswords / botc-bot

The bot for running games on the five of swords
2 stars 1 forks source link

Moved the main game event loop to a separate file. #29

Closed ratteler50 closed 3 months ago

ratteler50 commented 3 months ago

I had to move the client itself to yet another file because it's referred to both in the main event loop and in bot.py for event handler (which is MASSIVE spaghetti code so can't be extracted yet).

Note: this branch is in turn branched off of https://github.com/fiveofswords/botc-bot/pull/28 which should be reviewed and merged first.

jking-roar commented 3 months ago

name of the main program to run the bot changed to bot_app here... to make preexisting scripts work with the bot I'd prefer not changing that