BangleApps/apps/chess/metadata.json

19 lines
732 B
JSON
Raw Normal View History

{
"id": "chess",
"name": "Chess",
"shortName": "Chess",
"version": "0.01",
"description": "Chess game based on the [p4wn engine](https://p4wn.sourceforge.net/). Drag on the touchscreen to move the green cursor onto a piece, select it with a single touch and drag the now red cursor around. Release the piece with another touch to finish the move. The button opens a menu.",
"icon": "app.png",
"tags": "game",
"supports": ["BANGLEJS2"],
"storage": [
{"name":"chess.app.js","url":"app.js"},
{"name":"chessengine","url":"engine.js"},
{"name":"chess.img","url":"app-icon.js","evaluate":true}
],
"data": [{"name":"chess.json"}],
2023-07-02 21:17:11 +00:00
"screenshots": [ {"url":"screenshot.png"} ],
"allow_emulator": true
}