Klasse BotNetwork
java.lang.Object
ServerPackage.BotNetwork
TicTacToe Bot-Script
Calculates the best move with a min-max-algorythm
- Version:
- 2.1.0
- Autor:
- Julian Lombardo, Diego Zwahlen, Lean Melone, ChatGPT
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
-
Konstruktordetails
-
BotNetwork
public BotNetwork()
-
-
Methodendetails
-
getBestMove
public int getBestMove(int[] board) Gets the best move- Parameter:
board-- Gibt zurück:
- int
-