Dominion Strategy Forum

Dominion => Simulation => Topic started by: jackelfrink on September 07, 2013, 10:28:26 am

Title: Simulation of fan cards
Post by: jackelfrink on September 07, 2013, 10:28:26 am
I have been testing out a few custom made fan cards using Dominiate. Documentation steps through how to download and run a local copy and I just add in the code I hacked together for the card in question.

Thing is, I would like to run it in Geronimoo's Simulator as well. Mostly for the 4-player option. But as a Java Web Start program, all the code for cards is stored on the web where I cant easily edit it.

If worse comes to worse, I could just download the entire code base and change the .jnlp file to direct it to the local copy. But I have a gut feeling this method may be over kill. Is there some simpler / easier / more obvious way I can get the code for my custom cards to run in Geronimoo's Simulator?