Game Name: Dice Roller
Creator: AndroidAdam
Version: 1.0
Description:
This is just a simple dice roller I made when I first got my zune.
It lets you set how many dice you want to roll, and the number of sides that dice has.
For example I can roll 1, 6-sided dice. Or 2, 6-sided dice, or 3, 20-sided, etc...
This lets you use this for a variety of games.
Controls: Up and down select between amount, sides, and roll. Right and left increases or decreases the value of the selected item, respectively. Center button rolls the dice (if Roll is the selected item) or Play rolls it.
Download URL: DiceRoller.ccgame
License: indeterminate
Screenshot:
Last edited by AndroidAdam; 02-03-2009 at 10:58 AM.
I'm afraid if you've downloaded the app, you might want to download it again. When I made it, I didn't realize the maximum number for the random generator was exclusive (seeing as the minimum was inclusive) meaning, for example if you had the sides at 20, the highest possible number you could get would be 19. Kind of sad that I didn't notice for this long, although I was wondering why I never Criticaled when playing D&D
The quick fix is to set the sides one step higher than you need, so if I wanted to roll a 6 sided dice, set the sides to 7. Otherwise, just re-download the .ccgame
I'm afraid if you've downloaded the app, you might want to download it again. When I made it, I didn't realize the maximum number for the random generator was exclusive (seeing as the minimum was inclusive) meaning, for example if you had the sides at 20, the highest possible number you could get would be 19. Kind of sad that I didn't notice for this long, although I was wondering why I never Criticaled when playing D&D
The quick fix is to set the sides one step higher than you need, so if I wanted to roll a 6 sided dice, set the sides to 7. Otherwise, just re-download the .ccgame
Well, I guess as big a number as the zune can handle, or 2147483647. Seeing as that is the highest value an integer can be. I probably should have used a uint, seeing as you can't have a negative amount of ice, but I think you'll be fine with more than 100 million. I could be wrong now, but I don't think so.