Add files via upload

pull/2646/head
Mcsquarex 2023-03-11 14:59:09 -06:00 committed by GitHub
parent e571ca592e
commit 7a5baf9548
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 29 additions and 0 deletions

11
apps/chance/README.md Normal file
View File

@ -0,0 +1,11 @@
# Chance
![](chance-coin.png)
* Toss a coin just touch the screen
* If you click in the dice button change to roll mode
![](chance-dice.png)
* Roll the dice just touch the screen
* If you click in the coin button change to toss mode

BIN
apps/chance/chance-coin.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

BIN
apps/chance/chance-dice.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@ -0,0 +1 @@
require("heatshrink").decompress(atob("mEwwkEogAfFIgmQoBDHDJoWCgMRAAQYOCwczAAcyiAJBLZkSCwgACDBYuBCxAxDJJBEGAAsxGBAuBiYOBOgRJIGAwuDKwQ1HmQwGFwY8CAAUDDAsgC4wnCXwYwIEgJIEEwQhBCQQ/CMI4XFkZdCPIQdCBIJIJLwIICgQODmAdEJAgXDCYgXMNwJICQo5HKMAgkISgQhIC4YkHR4swBwZRBC4QkHSgJpCmUQZAIZBC5byCe4xwBSAYXHdwgDBkEjmQeDC5CMBNAQPBkZfEC5JACV4QcBO4qCBC450BIoQXBAgIvNIogdCSIIXNIogXOBAQHBIoZHJX4gICIwIuEB4SPFkEEC4SuBOoTEHX4MTX4UQC4VAFQQXId4wXELQUQLwpiEiUieIMAC4YrCHwMikMRAAMSMQZfCOwZgEHoZBFJILkEC4i0BBAIXIPohGCJAinBgJFBkURTQZ8EC4gwBEwwAHIwqRFABSNEJAo/FFxxICaw5dLSQxFJFxBJDDBBFBFxIYDgLnCAAMhFoIWLMQYABYQIECCxoxDAAgVOAH4ABA"))

BIN
apps/chance/chance.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

17
apps/chance/metadata.json Normal file
View File

@ -0,0 +1,17 @@
{ "id": "chance",
"name": "Chance",
"shortName":"Chance",
"version":"0.01",
"description": "Toss a coin or Roll the dice, chose your chance with this app.",
"icon": "chance.png",
"type":"app",
"tags": "tool",
"supports" : ["BANGLEJS2"],
"allow_emulator": true,
"readme": "README.md",
"storage": [
{"name":"chance.app.js","url":"chance.app.js"},
{"name":"chance.img","url":"chance.img.js","evaluate":true}
],
"screenshots": [{"url":"chance-coin.png"},{"url":"chance-dice.png"}]
}