Commit Graph

6 Commits (master)

Author SHA1 Message Date
Anton a468292536 Fix apps with undefined variables 2024-03-13 11:51:40 +01:00
Anton 2e4cb8eb11 Fix no-unused-vars in existing apps 2024-03-04 21:34:50 +01:00
The Dod fd4461b51e 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 18:05:08 +02:00
The Dod 4ae37809d0 Cover an edge case
[probably very rare, but still]
2022-01-15 15:19:57 +02:00
The Dod d61d3e2cea Faster maze generation for acmaze 2022-01-15 14:48:17 +02:00
The Dod 7e8df5593e Add AccelaMaze game app 2022-01-13 17:53:42 +02:00