diff --git a/apps/multidice/2d20.png b/apps/multidice/2d20.png new file mode 100644 index 000000000..e6c52b839 Binary files /dev/null and b/apps/multidice/2d20.png differ diff --git a/apps/multidice/README.md b/apps/multidice/README.md index 23a485d63..b33365d49 100644 --- a/apps/multidice/README.md +++ b/apps/multidice/README.md @@ -1,25 +1,30 @@ # 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 dice +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 -Add screen shots (if possible) to the app folder and link then into this file with ![](.png) +![the start-up screen](main.png) +![two rolled dice](2d20.png) +![the startup screen](menuPercent.png) +![one large dice](d100.png) ## Usage -Describe how to use it +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) ## Features -Name the function +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. ## Controls -Name the buttons and what they are used for +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). ## Requests -Name who should be contacted for support/update requests +Le3Kat@gmail.com ## Creator -Your name +Le~Kat diff --git a/apps/multidice/d100.png b/apps/multidice/d100.png new file mode 100644 index 000000000..16350db16 Binary files /dev/null and b/apps/multidice/d100.png differ diff --git a/apps/multidice/main.png b/apps/multidice/main.png new file mode 100644 index 000000000..7ca8f9631 Binary files /dev/null and b/apps/multidice/main.png differ diff --git a/apps/multidice/menuPercent.png b/apps/multidice/menuPercent.png new file mode 100644 index 000000000..4c8c0fd29 Binary files /dev/null and b/apps/multidice/menuPercent.png differ