2023-01-01 02:23:55 +00:00
|
|
|
{ "id": "tictactoe",
|
|
|
|
"name": "TicTacToe",
|
|
|
|
"shortName":"TicTacToe",
|
|
|
|
"icon": "app.png",
|
2024-03-13 10:56:27 +00:00
|
|
|
"version": "0.03",
|
2023-01-01 02:23:55 +00:00
|
|
|
"description": "Tic Tac Toe for two players!",
|
2023-01-01 04:28:36 +00:00
|
|
|
"tags": "game",
|
2023-01-01 02:23:55 +00:00
|
|
|
"storage": [
|
2023-01-01 02:30:06 +00:00
|
|
|
{"name":"tictactoe.app.js","url":"app.js"},
|
|
|
|
{"name":"tictactoe.img","url":"app-icon.js","evaluate":true}
|
2023-01-01 04:20:13 +00:00
|
|
|
],
|
2023-01-01 04:13:11 +00:00
|
|
|
"screenshots" : [
|
|
|
|
{ "url":"tttscreenshot.png" },
|
|
|
|
{ "url":"tttscreenshot2.png" }
|
2023-01-01 04:23:53 +00:00
|
|
|
],
|
2023-01-01 04:25:03 +00:00
|
|
|
"supports": ["BANGLEJS2"]
|
2023-01-01 02:23:55 +00:00
|
|
|
}
|