MacLO/src
Jon Thysell 3542861603 Added level select scene and more
I've added a new level select scene after picking your set, and I've
updated the engine to store the result of each puzzle separately. The
level select is paged (can't fit all 50 on one screen), so needed to add
a new "previous button" graphic.

Added confirmation prompts, so I can prompt before quitting, and for a
new menu option to clear your scores if you want to reset your progress.

Progress is still not persisted when you exit, as I haven't figured out
how to do that yet.

I've also rearranged the title screen a bit.
2021-11-30 18:38:36 -08:00
..
Bitmaps.c Added level select scene and more 2021-11-30 18:38:36 -08:00
Bitmaps.h Added level select scene and more 2021-11-30 18:38:36 -08:00
Common.h Small refactoring, handle missing WIND resource, added icons and version resources 2021-10-13 17:44:08 -07:00
GameEndScene.c Added level select scene and more 2021-11-30 18:38:36 -08:00
GameEndScene.h Refactored scenes into separate files, added game end, added title logo 2021-10-31 15:13:51 -07:00
GameEngine.c Added level select scene and more 2021-11-30 18:38:36 -08:00
GameEngine.h Added level select scene and more 2021-11-30 18:38:36 -08:00
GameWindow.c Added level select scene and more 2021-11-30 18:38:36 -08:00
GameWindow.h Added level select scene and more 2021-11-30 18:38:36 -08:00
LevelEndScene.c Added level select scene and more 2021-11-30 18:38:36 -08:00
LevelEndScene.h Refactored scenes into separate files, added game end, added title logo 2021-10-31 15:13:51 -07:00
Levels.c Added level select scene and more 2021-11-30 18:38:36 -08:00
Levels.h Added level select scene and more 2021-11-30 18:38:36 -08:00
LevelSelectScene.c Added level select scene and more 2021-11-30 18:38:36 -08:00
LevelSelectScene.h Added level select scene and more 2021-11-30 18:38:36 -08:00
MacCommon.c Added level select scene and more 2021-11-30 18:38:36 -08:00
MacCommon.h Added level select scene and more 2021-11-30 18:38:36 -08:00
MacLO.c Added level select scene and more 2021-11-30 18:38:36 -08:00
MacLO.h Proper event loop, menus, and more 2021-10-15 17:29:07 -07:00
MacLO.pi.bin Added level select scene and more 2021-11-30 18:38:36 -08:00
MacLO.pi.rsrc.bin Added level select scene and more 2021-11-30 18:38:36 -08:00
main.c Proper event loop, menus, and more 2021-10-15 17:29:07 -07:00
PlayScene.c Added level select scene and more 2021-11-30 18:38:36 -08:00
PlayScene.h Refactored scenes into separate files, added game end, added title logo 2021-10-31 15:13:51 -07:00
Scenes.h Added level select scene and more 2021-11-30 18:38:36 -08:00
Sounds.c Simplified sound by removing sound channel creation 2021-11-24 17:21:44 -08:00
Sounds.h Simplified sound by removing sound channel creation 2021-11-24 17:21:44 -08:00
stdbool.h Factored out GameWindow, added error alert dialogs, simplified stdbool.h 2021-10-15 09:43:09 -07:00
stdint.h Fix line endings 2021-10-11 11:11:48 -07:00
TitleScene.c Added level select scene and more 2021-11-30 18:38:36 -08:00
TitleScene.h Refactored scenes into separate files, added game end, added title logo 2021-10-31 15:13:51 -07:00
WindowBuffer.c Added offscreen rendering via WindowBuffer to remove drawing flicker 2021-11-21 16:29:38 -08:00
WindowBuffer.h Added offscreen rendering via WindowBuffer to remove drawing flicker 2021-11-21 16:29:38 -08:00