mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
28 lines
466 B
Text
28 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
|
|
|