aboutsummaryrefslogtreecommitdiff
path: root/src/game.h
AgeCommit message (Collapse)Author
2023-07-15Prevent death when the stage is completeJuan J. Martinez
2023-06-29Add pickaxe pickupJuan J. Martinez
2023-06-27Add pikcupsJuan J. Martinez
WIP: only time and bonuses for now.
2023-06-22Game over screenJuan J. Martinez
Also move private defines to the game module.
2023-06-22Player damage, invulnerability, death sequence and respawnJuan J. Martinez
2023-06-21Add hiscore to the menu screenJuan J. Martinez
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)