Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/icesphere/star-realms-simulator
Star Realms Simulator
https://github.com/icesphere/star-realms-simulator
Last synced: 3 months ago
JSON representation
Star Realms Simulator
- Host: GitHub
- URL: https://github.com/icesphere/star-realms-simulator
- Owner: icesphere
- License: gpl-2.0
- Created: 2015-11-12T13:45:10.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-14T13:51:43.000Z (about 8 years ago)
- Last Synced: 2024-08-02T16:51:49.768Z (6 months ago)
- Language: Java
- Homepage: http://smartreaction.duckdns.org/star-realms-simulator/simulator.xhtml
- Size: 947 KB
- Stars: 14
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome-github-stars - icesphere/star-realms-simulator - Star Realms Simulator (Java)
README
Star Realms Simulator
=====================##Create a bot
Bots can be created by extending *Bot.java*.
See [Create JSON Bot](create_json_bot.md) 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* or you can simulate all bots against all bots using *simulateAllAgainstAll*.
* Run the *main* method in *GameService.java* and the results will be printed to System.out.
##Results
See [Simulator Results](simulator_results.txt) for some interesting results from running the simulator.
##Trello Board
If you are interested in seeing what is being worked on, or if you would like to help work on the simulator, check out the Trello Board: [https://trello.com/b/OYgPboK0/star-realms-simulator](https://trello.com/b/OYgPboK0/star-realms-simulator)