mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
31 lines
549 B
Text
31 lines
549 B
Text
# Default init game state for white player (that plays with Plains)
|
|
|
|
### ComputerA ###
|
|
|
|
# Battlefield
|
|
battlefield:ComputerA:Plains:5
|
|
battlefield:ComputerA:Forest:5
|
|
|
|
# Hand
|
|
hand:ComputerA:Plains:2
|
|
hand:ComputerA:Forest:2
|
|
|
|
# Library
|
|
# from down to top
|
|
library:ComputerA:clear:0
|
|
library:ComputerA:Plains:5
|
|
library:ComputerA:Forest:5
|
|
|
|
### ComputerB ###
|
|
|
|
# Battlefield
|
|
battlefield:ComputerB:Mountain:2
|
|
|
|
# Hand
|
|
hand:ComputerB:Mountain:2
|
|
|
|
# Library
|
|
# from down to top
|
|
library:ComputerB:clear:0
|
|
library:ComputerB:Mountain:10
|
|
|