mage/Mage.Server.Plugins/Mage.Player.AI/src/main/java/mage/player/ai
Oleg Agafonov 2906f86324 Test framework: simplified AI logic and tests, added usage comments. Devs recommendations:
* in card's code use player.isComputer instead player.isHuman (it help to split Human/AI logic and test both by unit tests);
* usage example: AI hint to skip or auto-calculate choices instead call of real choose dialogs;
* unit tests for Human logic: call normal commands;
* unit tests for AI logic: call aiXXX commands;
2021-03-07 23:38:10 +04:00
..
simulators update simulators 2020-04-16 20:14:43 -07:00
Attackers.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
CombatEvaluator.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
ComputerPlayer.java Test framework: simplified AI logic and tests, added usage comments. Devs recommendations: 2021-03-07 23:38:10 +04:00
PermanentComparator.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
PermanentEvaluator.java * AI: planeswalkers gets more priority in targets selection; 2019-06-26 21:45:15 +04:00