hlynurd / open-mtg

A python implementation of Magic: The Gathering with an AI that plays it using Monte Carlo move evaluation.
MIT License
140 stars 32 forks source link

[Feature Request] Xmage support #6

Open Tom-Neverwinter opened 6 years ago

Tom-Neverwinter commented 6 years ago

Outside the project scope, but would probably save a lot of time and effort. connect to xmage api's (http://xmage.de/) then do computation off the interface.

luisdelatorre012 commented 6 years ago

Does an xmage API exist? I don't see anything about one on xmage's github page.

Tom-Neverwinter commented 6 years ago

https://github.com/magefree/mage/wiki/Developer-Notes should be most of it

hlynurd commented 6 years ago

It's my current notion that it's preferable to build a python API from XMage than it is to implement all the game rules from scratch. This will free up a lot of valuable time for AI/ML theory.