mirror of https://github.com/espruino/BangleApps
18 lines
439 B
JSON
18 lines
439 B
JSON
{ "id": "tictactoe",
|
|
"name": "TicTacToe",
|
|
"shortName":"TicTacToe",
|
|
"icon": "app.png",
|
|
"version": "0.03",
|
|
"description": "Tic Tac Toe for two players!",
|
|
"tags": "game",
|
|
"storage": [
|
|
{"name":"tictactoe.app.js","url":"app.js"},
|
|
{"name":"tictactoe.img","url":"app-icon.js","evaluate":true}
|
|
],
|
|
"screenshots" : [
|
|
{ "url":"tttscreenshot.png" },
|
|
{ "url":"tttscreenshot2.png" }
|
|
],
|
|
"supports": ["BANGLEJS2"]
|
|
}
|