There is no AI at the moment, but you can play versus yourself to test cards
By default, MagicWars.properties file has address=localhost, so to do that just run client twice and choose Create game in one and Join in another.
More tips: if you want to test smth, very often you need this card at the beginning and some cards on the battlefield. For these pusposes you can use additional config files that depends on your nickname (actually userid that server gives you depending on your nick).
I'd suggest to use always "Player" and "Player2" that have predefined id=8 and id9 (if you use Player in both clients, second will be switched to Player2 automatically - that means just download MagicWars and start twice (Create and Join), you'll automatically get game with Player and Player2 in play)
*woooh* then before starting game you may use these files:
hand8.txt (actually hand<id>.txt) in the following format:
- Code: Select all
Ghitu Encampment
1
Shock
2
End
and you'll get a
Ghitu Encampment and two Shocks in your hand
odds8.txt (odds<id>.txt)
- Code: Select all
Jace Beleren
1
Mountain
5
End
as you'll get a
Jace Beleren and five Mountains in play
is it clear?