mirror of
https://github.com/correl/mage.git
synced 2024-11-16 03:00:12 +00:00
29 lines
466 B
Text
29 lines
466 B
Text
|
# Default init game state for red player (that plays with Mountains)
|
||
|
|
||
|
### ComputerA ###
|
||
|
|
||
|
# Battlefield
|
||
|
battlefield:ComputerA:Mountain:5
|
||
|
|
||
|
# Hand
|
||
|
hand:ComputerA:Mountain:4
|
||
|
|
||
|
# Library
|
||
|
# from down to top
|
||
|
library:ComputerA:clear:0
|
||
|
library:ComputerA:Mountain:10
|
||
|
|
||
|
### ComputerB ###
|
||
|
|
||
|
# Battlefield
|
||
|
battlefield:ComputerB:Plains:2
|
||
|
|
||
|
# Hand
|
||
|
hand:ComputerB:Plains:2
|
||
|
|
||
|
# Library
|
||
|
# from down to top
|
||
|
library:ComputerB:clear:0
|
||
|
library:ComputerB:Plains:10
|
||
|
|