Package com.iwolverton.smartbeetle
Interface BeetleAi
-
public interface BeetleAiImplement this interface to build an AI for your beetle. Your class is also required have a no-args constructor. A new instance of your class will be created for each game and used for the duration of the game.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default voidinit(GameState state, Settings settings)Optionally implement this method.Actionturn(GameState state)You must implement this method.
-