Skip to content

GMc14/star-realms-simulator

 
 

Repository files navigation

Star Realms Simulator

##Create a bot

Currently there is only one type of bot - the JsonBot.java.

Other types bots can be created by extending Bot.java.

See Create JSON Bot for instructions on how to create a JSON bot

Once you have created your bot, add it to the starrealmssimulator/bots package and add a reference to it in GameService.java

##Running the Simulator

  • You will need to have Java 8.

  • In the main method of GameService.java you can either simulate one bot against a list of bots using simulateOneAgainstAllBots or you can simulate just two bots against each other using simulateTwoBots.

  • Run the main method in GameService.java and the results will be printed to System.out.

##Results

See Simulator Results for some interesting results from running the simulator.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%