Skip to content

A simple command line Java application for performing simple dice rolling calculations for any number of one type of die, including modifiers. Can be used as a library for larger projects.

License

Notifications You must be signed in to change notification settings

JustinMollenauer/DiceRoller

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DiceRoller

This is a simple Java application that runs at command line to perform simple dice rolling calculations for any number of one type of die. This program is meant to be run once per roll before returning from the JVM.

Currently built, run and tested using Java 1.8 JDK

Build

This application is built using Maven and packages binary contents in a standard jar with dependencies executable.

Run

Simply use java -jar DiceRoller.jar (number of dice) (type of die) to run at command line, where the arguments would be 1 20 to represent 1 roll of a d20 die, for example.

Future Development

The current build of the dice rolling calculations package is built in a way that could be accessed in a thread-safe manner, ultimately to be used through a Spring MVC or Springboot service, and could be theoretically consumed by a dynamic, AngularJS-based UI to be shared to a group of players.

Future iterations will be built toward this end.

About

A simple command line Java application for performing simple dice rolling calculations for any number of one type of die, including modifiers. Can be used as a library for larger projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%