class IMICRTS class AIPlayer < Player def tick(tick_id) super think end def think # build base # construct army # attack end end end