This is simulator for https://www.dragonsofmugloar.com/ game api.
- Use maven and build the jar file or use the jar provided in lib folder.
- Run java -jar on generated jar file.
- Spring shell will load.
- Following command will show all available commands in a game:
shell:>help
- To generate default 10 fights, just write:
shell:>start-fight
- To generate 50 fights, just write:
shell:>start-fight 50
- jersey for calling game api.
- lombok for generating getters and setters for dto classes.
- logback classic for logging.
- junit and mockito for unit testing.
- spring-shell for running simulation commands.
- spring-boot for loading spring application.