Class Bot

java.lang.Object
dev.robocode.tankroyale.botapi.BaseBot
dev.robocode.tankroyale.botapi.Bot
All Implemented Interfaces:
IBaseBot, IBot

public abstract class Bot extends BaseBot implements IBot
Abstract bot class provides convenient methods for movement, turning, and firing the gun. Most bots should inherit from this class.