Commit Graph

6 Commits

Author SHA1 Message Date
Jon Thysell
866dadb28d Added placeholder Title screen and scoring 2021-10-28 17:44:36 -07:00
Jon Thysell
dd6cb045ca Added minimal HUD and level complete scene, basic game is playable 2021-10-22 11:32:19 -07:00
Jon Thysell
f49200a4a2 Fixed rendering flicker and more
* No more flicker when updating lights
* Lights now toggled on mouseUp instead of mouseDown
* Added playfield and hud areas
2021-10-20 16:13:31 -07:00
Jon Thysell
c90e42305f Added initial playfield rendering 2021-10-20 09:34:31 -07:00
Jon Thysell
2ce4236ea7 Proper event loop, menus, and more
* Added a proper event loop
* Added minimal menu bars
* Added about menu
* GameWindow initializes a GameEngine (even if you can't play it yet)
* Updated variable naming conventions
2021-10-15 17:29:07 -07:00
Jon Thysell
6184d31e6a Factored out GameWindow, added error alert dialogs, simplified stdbool.h 2021-10-15 09:43:09 -07:00