I'm making a Java program to test how much turn takes to a deck to reach 100 or 150 damage.
It works by just input the import string, and it gives back data about how it performs.
With some work i can simulate battles against other rush decks or even fake gods.
I can't eventually finish it, because importing the behaviour of each card is really long and i will have something more important to do.
I can make cards really easy to import, without need to fiddle with code, by just writing out cards like:
stone dragon
58r
8 attack
10 life
The code will be open source under GPL3.0.