Skip to content

vahurvar/dragons-of-mugloar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Java implementation of the game Dragons of Mugloar (http://www.dragonsofmugloar.com/)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages