ElTh0r0 / stackandconquer

A challenging tower conquest board game inspired by "Mixtour".
GNU General Public License v3.0
3 stars 3 forks source link

Improve/new cpu opponent #1

Open ElTh0r0 opened 7 years ago

ElTh0r0 commented 7 years ago

Improve/add new CPU opponents - Contribution is highly welcome!


Very basic CPU opponent is available since v0.8.1 ("DummyCPU") and can be used as template for new implementations.

Manual for creating CPU opponents can be found in the wiki: https://github.com/ElTh0r0/stackandconquer/wiki/Create-CPU-opponent


Since v0.9.0 CPU opponent has much improved ("AdvancedCPU") and is already a big challenge to win against it. Nevertheless improvements or complete new CPU opponents are highly welcome!


Since v0.11.0 two great and very challenging CPUs ("MinimaxCPU" & "MonteCarloCPU") had been added by maksverver