v0.07 efficiency improvements

pull/1638/head^2
chiefdaft 2022-03-29 23:38:19 +02:00
parent e0d457fd56
commit d7bf20ebc7
2 changed files with 3 additions and 2 deletions

View File

@ -3,4 +3,5 @@
0.03: Basic colors
0.04: Bug fix score reset after Game Over, new icon
0.05: Chevron marker on the randomly added square
0.06: Fixed issue 1609 added a message popup state handler to control unwanted screen redraw
0.06: Fixed issue 1609 added a message popup state handler to control unwanted screen redraw
0.07: Optimized the mover algorithm for efficiency (work in progress)

View File

@ -1,7 +1,7 @@
{ "id": "game1024",
"name": "1024 Game",
"shortName" : "1024 Game",
"version": "0.06",
"version": "0.07",
"icon": "game1024.png",
"screenshots": [ {"url":"screenshot.png" } ],
"readme":"README.md",