AI: removed outdated AIMinimax project (#7075), removed some useless player classes, code and config files, improved docs;

This commit is contained in:
Oleg Agafonov 2024-01-15 03:14:42 +04:00
parent 6ac2f44cc1
commit 08b99fcbf7
40 changed files with 103 additions and 2462 deletions

View file

@ -12,7 +12,7 @@
<artifactId>mage-player-ai</artifactId>
<packaging>jar</packaging>
<name>Mage Player AI</name>
<name>Mage Player AI (basic)</name>
<dependencies>
<dependency>

View file

@ -59,11 +59,11 @@ import java.util.*;
import java.util.Map.Entry;
/**
* suitable for two player games and some multiplayer games
* AI: basic server side bot with simple actions support (game, draft, construction/sideboarding)
*
* @author BetaSteward_at_googlemail.com, JayDi85
*/
public class ComputerPlayer extends PlayerImpl implements Player {
public class ComputerPlayer extends PlayerImpl {
private static final Logger log = Logger.getLogger(ComputerPlayer.class);
private long lastThinkTime = 0; // msecs for last AI actions calc