This website requires JavaScript.
Explore
Help
Sign In
FOSS
/
BangleApps
mirror of
https://github.com/espruino/BangleApps
Watch
1
Star
0
Fork
You've already forked BangleApps
1
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d9b4d27a82
BangleApps
/
apps
/
acmaze
/
ChangeLog
4 lines
80 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add AccelaMaze game app
2022-01-13 15:53:42 +00:00
0.01: New App!
Faster maze generation for acmaze
2022-01-15 12:48:17 +00:00
0.02: Faster maze generation
Avoid erasing bottom widgets Turns out bottom widgets (specifically, digital clock widget) were disappearing during maze generation. Still not clear _why_, but calling `Bangle.drawWidgets()` from inside the `Maze` object constructor solves this. Also: say "Btn1" in order to be less confusing on `bangle.js 1` (before I ask people to test this app on that platform).
2022-01-27 16:05:08 +00:00
0.03: Avoid clearing bottom widgets