DroidDice1 is a dice rolling application for Android devices. Features include:
- Multiple die types (d4, d6, d8, d10, d12, d20)
- Exploding dice (as in Savage Worlds
- Save commonly used sets of dice
- Track previous rolls
I wrote DroidDice just after I got my G1 android phone, before there was even an Android Market. I
mainly wrote it as a way to learn Android programming.
DroidDice2 was developed with eclispe, and uses the standard ADK tooling. I generally compile using the
command line with Ant. To get started, you need to create a file named system.properties in the base
directory that tells ant where the android SDK is.
DroidDice Copywrite 2008-2012 Andrew Semprebon
DroidDice is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
DroidDiceis distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with DroidDice. If not, see <http://www.gnu.org/licenses/>.