Page 1 of 1

Looking for details on XMage AI

PostPosted: 22 Aug 2020, 23:06
by FailRocket
I'm interested in learning more about how the XMage AI works and how it compares to other AI's like those in Magarena. Where can I find more details?

Re: Looking for details on XMage AI

PostPosted: 24 Aug 2020, 22:13
by JayDi

Re: Looking for details on XMage AI

PostPosted: 12 Oct 2020, 01:12
by FailRocket
Thank you!

Re: Looking for details on XMage AI

PostPosted: 12 Nov 2020, 02:17
by ziqueiros
Hello, What is a good starting point for this? I'm not able to find Magic.Player Project as described on Project-Overview.
Thanks.

Re: Looking for details on XMage AI

PostPosted: 14 Nov 2020, 05:14
by JayDi
The good point -- to read above comments and search code for "implements Player".

You can "extends ComputerPlayer7" to your new class and override some methods. Or you can "extends StubPlayer" and implement some methods from scratch.

Also search for LoadTest classes -- it implements simple unit test to run computer games on server with custom AI.