aboutsummaryrefslogtreecommitdiff
path: root/src/game.h
AgeCommit message (Collapse)Author
2023-06-20Add gold supportJuan J. Martinez
- added gold layer to the map - the player can collect gold - updates the score - TODO: end of stage
2023-06-15Implement a countdown clock in the timerJuan J. Martinez
Updated the HUD to show the time.
2023-06-15Started with the gameJuan J. Martinez
Added hud (WIP)