mirror of
https://github.com/correl/mage.git
synced 2024-12-24 03:00:14 +00:00
First test scenario.
This commit is contained in:
parent
366401b0b2
commit
c8fcc25ba2
1 changed files with 21 additions and 0 deletions
21
Mage.Tests/scenario1.txt
Normal file
21
Mage.Tests/scenario1.txt
Normal file
|
@ -0,0 +1,21 @@
|
|||
### ComputerA ###
|
||||
# Battlefield
|
||||
battlefield:ComputerA:Island:1
|
||||
# Hand
|
||||
hand:ComputerA:Mountain:2
|
||||
hand:ComputerA:Lightning Bolt:5
|
||||
# Library
|
||||
# from down to top
|
||||
library:ComputerA:clear:0
|
||||
library:ComputerA:Lightning Bolt:10
|
||||
|
||||
### ComputerB ###
|
||||
# Battlefield
|
||||
battlefield:ComputerB:Plains:1
|
||||
# Hand
|
||||
hand:ComputerB:Plains:2
|
||||
# Library
|
||||
# from down to top
|
||||
library:ComputerB:clear:0
|
||||
library:ComputerB:Plains:10
|
||||
|
Loading…
Reference in a new issue