DominionSim is a simulator for the Dominion card game.
You will need the following to build and run the simulator:
- Java SE SDK 1.8+: http://www.oracle.com/technetwork/java/javase/downloads
- Maven: https://maven.apache.org/download.cgi
To build the simulator JAR file:
$ mvn package
To run the simulator:
$ mvn exec:java