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