1
0
Fork 0

Merge pull request #1606 from Ronin0000/master

Fix #1605
master
Gordon Williams 2022-03-22 09:31:06 +00:00 committed by GitHub
commit edd6f7affd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 8 deletions

View File

@ -1 +1,2 @@
0.01: First release
0.02: Make sure to reset turns

View File

@ -3,7 +3,7 @@
"name": "Classic Mind Game",
"shortName":"Master Mind",
"icon": "mmind.png",
"version":"0.01",
"version":"0.02",
"description": "This is the classic game for masterminds",
"screenshots": [{"url":"screenshot_mmind.png"}],
"type": "app",

View File

@ -172,6 +172,7 @@ Bangle.on('touch', function(zone,e) {
break;
case 4:
//new game
turn = 0;
play = [-1,-1,-1,-1];
game = [];
endgame=false;
@ -189,10 +190,3 @@ Bangle.on('touch', function(zone,e) {
game = [];
get_secret();
draw();
//Bangle.loadWidgets();
//Bangle.drawWidgets();