New CSV structure thats cleaner, the code in AITest is also cleaner

This commit is contained in:
michiel
2026-01-19 13:05:17 +01:00
parent 989e0a65c6
commit e5ea838430
4 changed files with 496 additions and 226 deletions

View File

@@ -14,7 +14,9 @@ import org.toop.framework.gameFramework.model.game.TurnBasedGame;
*/
public class ArtificialPlayer extends AbstractPlayer {
/** The AI instance used to calculate moves. */
/**
* The AI instance used to calculate moves.
*/
private final AI ai;
/**