perlsaiyan / abacura

MUD client implementation in Python
MIT License
8 stars 4 forks source link

Task/Command Queue improvements for insertability check #144

Closed mardanst closed 1 year ago

mardanst commented 1 year ago

Renamed QueueManager to TaskManager Added a TaskQueue with a function to check for insertability Show insertability in #q command Combat queue only inserts if there is an opponent nco/any/move only insert if there is no opponent Add properties to make code simpler