fiveofswords / botc-bot

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

Pull in the cleanup work that's done so far before it gets too complicated to review #27

Closed ratteler50 closed 3 months ago

ratteler50 commented 3 months ago

Split the cleanup into multiple commits in the branch, but starting to get a bit large...

Moved the classes that didn't have circular dependencies with bot.py out to their own classes, and moved all the global variables used by the bot to their own class so they can be referenced in different files.