We have provided many classes to help you with this. Take a look at what
we've provided. Some methods that will help:
AbstractTile.getBoard();
Board.getWidth();
Board.getHeight();
AbstractTile.isOccupied();
AbstractTile.getRobot();
AbstractTile.getLocation();
BasicRobot.takeDamage();
BasicRobot.destroy();
I hope this helps!
Joe