mirror of
https://github.com/2OOP/pism.git
synced 2026-02-04 10:54:51 +00:00
New CSV structure thats cleaner, the code in AITest is also cleaner
This commit is contained in:
@@ -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;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user