nosas / OmniToon

[WIP] ToonTown AI - Python Plays ToonTown
3 stars 0 forks source link

Create Battle subclass for Entity (Toon, Cog) #87

Closed nosas closed 3 years ago

nosas commented 3 years ago

Currently, the Entity and Gag classes are responsible for doing too much: choose_attack, choose_target, do_attack, etc. We need to divide them into subclasses, with one specifically for Battle:

  1. BattleEntity
  2. BattleToon
  3. BattleCog
  4. GagAttack BattleGag
nosas commented 3 years ago

Oops, closed this 17 days ago..