Commander Game. Added placeholder game plugin

- modified players life amount
- updated .gitignore
This commit is contained in:
Backfir3 2013-01-15 22:00:37 +01:00
parent 4e49a1eee2
commit ef54888e01
10 changed files with 270 additions and 0 deletions

View file

@ -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>