summaryrefslogtreecommitdiffstats
path: root/app/app_manager.cpp
Commit message (Collapse)AuthorAge
* WIP on the Falldown gamemainapp-game_falldownConfuSomu2022-01-01
| | | | | | | This game is a work in progress. It works a little. As I've had problems with the buttons on my breadboard, I couldn't really work on the project. The WIP is committed as I have to makes changes in another branch and then push everything to a remote origin.
* Refactor names to btn_pressed/btn_releasedConfuSomu2021-09-03
| | | | | This helps with consistency (use of snake case) while keeping the method names short ("btn" is used instead of "button").
* Implement BaseApp method called when btn releasedConfuSomu2021-08-23
| | | | | I have done some basic testing using breakpoints. I plan to build a app used for testing the API and the feature set in the future.
* Tidy up project tree; move api, appMgr and BaseAppConfuSomu2021-08-20