mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
Commander Game. Added placeholder game plugin
- modified players life amount - updated .gitignore
This commit is contained in:
parent
4e49a1eee2
commit
ef54888e01
10 changed files with 270 additions and 0 deletions
|
|
@ -19,6 +19,7 @@
|
|||
<includes>
|
||||
<include>org.mage:mage-deck-constructed</include>
|
||||
<include>org.mage:mage-deck-limited</include>
|
||||
<include>org.mage:mage-game-commanderduel</include>
|
||||
<include>org.mage:mage-game-freeforall</include>
|
||||
<include>org.mage:mage-game-twoplayerduel</include>
|
||||
<include>org.mage:mage-player-aiminimax</include>
|
||||
|
|
@ -35,6 +36,7 @@
|
|||
<exclude>org.mage:mage-server</exclude>
|
||||
<exclude>org.mage:mage-deck-constructed</exclude>
|
||||
<exclude>org.mage:mage-deck-limited</exclude>
|
||||
<exclude>org.mage:mage-game-commanderduel</exclude>
|
||||
<exclude>org.mage:mage-game-freeforall</exclude>
|
||||
<exclude>org.mage:mage-game-twoplayerduel</exclude>
|
||||
<exclude>org.mage:mage-player-aiminimax</exclude>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue