Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 563 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 563 Bytes

Dragons of Mugloar

Dragons of Mugloar

Solution implemented with Java

Dependencies

  • Java 8
  • Maven

Installation

  • Clone or fork the repo
  • mvn install for install or mvn clean package for build

Main method args

  • integer to specify number of games to play
  • boolean whether to run games async or single threaded

example 1: 10 true to play the game 10 times and invocations are async

example 2: 10 false to play the game 10 times and invocations are single threaded