Add choozi readme

pull/810/head
James Stanley 2021-09-15 13:59:36 +01:00
parent 8291b89804
commit 9e955703dd
2 changed files with 28 additions and 0 deletions

View File

@ -3470,6 +3470,7 @@
"version":"0.01", "version":"0.01",
"description": "Choose people or things at random using Bangle.js.", "description": "Choose people or things at random using Bangle.js.",
"tags": "tool", "tags": "tool",
"readme": "README.md",
"allow_emulator":true, "allow_emulator":true,
"storage": [ "storage": [
{"name":"choozi.app.js","url":"app.js"}, {"name":"choozi.app.js","url":"app.js"},

27
apps/choozi/README.md Normal file
View File

@ -0,0 +1,27 @@
# Choozi
Choose people or things at random using Bangle.js.
<iframe width="560" height="315" src="https://www.youtube.com/embed/4cqOLNM5ei8" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
## Usage
You can use Choozi to pick a person to play first in a board game. With all
the players seated in a circle, set the number of segments equal to the number
of players, ensure that each person knows which colour represents them, and then
choose a segment. After a short animation, the chosen segment will fill the screen.
You can use Choozi to randomly select an element from any set with 2 to 13 members,
as long as you can define a bijection between members of the set and coloured
segments on the Bangle.js display.
## Controls
BTN1: increase the number of segments
BTN2: choose a segment at random
BTN3: decrease the number of segments
## Creator
James Stanley
September 2021