mirror of https://github.com/espruino/BangleApps
added blackjack game to apps.json
parent
406deafadd
commit
58d640a2e2
12
apps.json
12
apps.json
|
@ -1293,5 +1293,17 @@
|
||||||
"evaluate": true
|
"evaluate": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{ "id": "blackjack",
|
||||||
|
"name": "Black Jack game",
|
||||||
|
"shortName":"BlackJack game",
|
||||||
|
"icon": "blackjack.png",
|
||||||
|
"version":"0.01",
|
||||||
|
"description": "Simplle implementation of card game Black Jack",
|
||||||
|
"tags": "",
|
||||||
|
"storage": [
|
||||||
|
{"name":"blackjack.app.js","url":"blackjack.app.js"},
|
||||||
|
{"name":"blackjack.img","url":"blackjack-icon.js","evaluate":true}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 646 B |
Loading…
Reference in New Issue