diff --git a/apps/multidice/2d20.png b/apps/multidice/2d20.png deleted file mode 100644 index e6c52b839..000000000 Binary files a/apps/multidice/2d20.png and /dev/null differ diff --git a/apps/multidice/ChangeLog b/apps/multidice/ChangeLog index 1c7728b3d..a216ea61b 100644 --- a/apps/multidice/ChangeLog +++ b/apps/multidice/ChangeLog @@ -1 +1,2 @@ 0.90: got most of the features done, lacking some polish and real-hardware testing +1.00: overhauled the whole app, made some margins larger to be easier to tap on diff --git a/apps/multidice/README.md b/apps/multidice/README.md index 06ea82075..2d28ef33f 100644 --- a/apps/multidice/README.md +++ b/apps/multidice/README.md @@ -1,23 +1,17 @@ # multiple dice roller -roll anywhere from 1-6 dice at the same time, and display stats like the highest & lowest roll, the total sum of the dice, and the average of all the dice +roll anywhere from 1-8 dice at the same time. -![the start-up screen](main.png) -![two rolled dice](2d20.png) - -![the startup screen](menuPercent.png) -![one large dice](d100.png) ## Usage -On the menu screen: tap to the right or left of the "# of dice" option to change how many dice to roll, & tap to the left or right of the "dice" option to select a different type (currently hard-coded to only allow DnD dice). To roll the dice, simply tap anywhere else on the screen. To go back to the dice selector. - -Once you're no longer on the menu screen, tap anywhere on the screen to return to the menu (W.I.P: shaking the watch to allow rolling dice again without having to go to the menu every time) +On the menu screen: tap on the dice to change what variant is selected, & shake the watch in order to roll those dice +On the dice screen: tap anywhere on the screen to go back to the menu, or shake to roll the dice again ## Features -roll anywhere from 1-6 dice (d4, d6, d8, d10, d12, d20, & d percentile). If only one dice is selected, it simply displays the output; if two or more dice are selected it also displays basic stats such as the highest & lowest roll, the total sum, and the average of all the dice. +roll anywhere from 1-8 dice (d4, d6, d8, d10, d12, d20, & d percentile). You can select multiple different dice at the same time ## Controls -No button is used in the app, it simply uses touch controls (W.I.P: accelerometor to roll the dice & compatability with the bangle.js 1). +No button is used in the app, it simply uses touch controls & the accelerometor diff --git a/apps/multidice/app.png b/apps/multidice/app.png deleted file mode 100644 index 75ee0514a..000000000 Binary files a/apps/multidice/app.png and /dev/null differ diff --git a/apps/multidice/d100.png b/apps/multidice/d100.png deleted file mode 100644 index 16350db16..000000000 Binary files a/apps/multidice/d100.png and /dev/null differ diff --git a/apps/multidice/main.png b/apps/multidice/main.png deleted file mode 100644 index 7ca8f9631..000000000 Binary files a/apps/multidice/main.png and /dev/null differ diff --git a/apps/multidice/menuPercent.png b/apps/multidice/menuPercent.png deleted file mode 100644 index 4c8c0fd29..000000000 Binary files a/apps/multidice/menuPercent.png and /dev/null differ diff --git a/apps/multidice/metadata.json b/apps/multidice/metadata.json index b7537d0b3..1b02945b6 100644 --- a/apps/multidice/metadata.json +++ b/apps/multidice/metadata.json @@ -1,8 +1,8 @@ { "id": "multidice", "name": "multiple dice roller", "shortName":"multidice", - "version":"0.90", - "description": "roll anywhere from 1-6 dice at the same time, and display stats like the highest & lowest roll, the total sum of the dice, and the average of all dice", + "version":"1.00", + "description": "roll anywhere from 1-8 dice at the same time", "icon": "app.png", "tags": "tool,game", "supports" : ["BANGLEJS2"],