Update mmind.info

master
Peter Slendebroek 2022-01-04 23:02:47 +01:00 committed by GitHub
parent 8931817a2b
commit cd71d7937d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 5 deletions

View File

@ -1,5 +1,17 @@
require("Storage").write("mmind.info",{
{
"id": "mmind",
"name":"Master Mindr",
"src":"mmind.app.js"
});
"name": "Classic Mind Game",
"shortName":"Master Mind",
"icon": "mmind.png",
"version":"0.01",
"description": "This is the classic game for masterminds",
"type": "game",
"tags": "mastermind, game, classic",
"readme":"README.md",
"supports": ["BANGLEJS2"],
"allow_emulator": true,
"storage": [
{"name":"mmind.app.js","url":"mmind.app.js"},
{"name":"mmind.img","url":"mmind.icon.js","evaluate":true}
]
}