Class NaiveFifoGenerator
java.lang.Object
org.xxdc.oss.example.bot.custom.NaiveFifoGenerator
Naive FIFO bot implementation that implements the CustomBotStrategy interface.
This bot uses a FIFO (First-In-First-Out) strategy to make moves on the game board.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CustomBotStrategyGenerates a new instance of the NaiveFifoGenerator class.
-
Constructor Details
-
NaiveFifoGenerator
public NaiveFifoGenerator()
-
-
Method Details
-
newGeneratedBot
Generates a new instance of the NaiveFifoGenerator class.
-