mage/Mage.Server.Plugins/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
..
src/main/java/mage/player/ai Test framework: simplified AI logic and tests, added usage comments. Devs recommendations: 2021-03-07 23:38:10 +04:00
pom.xml Prepare new release 2021-02-07 22:24:40 +04:00