class HugbotAway : HugbotTurn { // Run away from the player. override fun myTurn( dx : int, dy : int ) { super.myTurn( -dx, -dy ) } }