Class NaiveFifoGenerator

java.lang.Object
org.xxdc.oss.example.bot.custom.NaiveFifoGenerator

public class NaiveFifoGenerator extends Object
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 Details

    • NaiveFifoGenerator

      public NaiveFifoGenerator()
  • Method Details

    • newGeneratedBot

      public static CustomBotStrategy newGeneratedBot()
      Generates a new instance of the NaiveFifoGenerator class.