Klasse BotNetwork

java.lang.Object
ServerPackage.BotNetwork

public class BotNetwork extends Object

TicTacToe Bot-Script

Calculates the best move with a min-max-algorythm
Version:
2.1.0
Autor:
Julian Lombardo, Diego Zwahlen, Lean Melone, ChatGPT
  • Konstruktordetails

    • BotNetwork

      public BotNetwork()
  • Methodendetails

    • getBestMove

      public int getBestMove(int[] board)
      Gets the best move
      Parameter:
      board -
      Gibt zurück:
      int