Skip to content
This repository has been archived by the owner on Jan 5, 2020. It is now read-only.

Latest commit

 

History

History
15 lines (8 loc) · 1.06 KB

README.md

File metadata and controls

15 lines (8 loc) · 1.06 KB

This repository has been migrated to a self-hosted git instance, located here. There will be no further activity on this repository.

DieDroid, an Android application for rolling dice

This is an Android application for a dice roller suitable for many different purposes, but was designed as a tool for pen-and-paper RPGs. Includes a general dice roller, a dice pool roller that counts successes, and an ability score roller to roll stats for characters.

All code produced by me falls under the GPLv3.

All non-code assets produced by me fall under a Creative Commons BY-SA 3.0 license.

The MersenneTwisterFast class was written by Sean Luke and is available under a 3-clause BSD license.

Build Instructions

Building DieDroid requires a copy of the Android SDKs (specifically those for Ice Cream Sandwich) and the Android support libraries (specifically, v4 and v7-appcompat).