updated changelog, metadata, & readme. deleted outdated images

pull/2623/head
Le~Kat 2023-02-24 23:46:13 -05:00
parent 6a39a53c74
commit f2c900f8e1
8 changed files with 8 additions and 13 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

View File

@ -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

View File

@ -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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -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"],