aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-06-29Move wait_time to vgaJuan J. Martinez
2023-06-29Add pause / resumeJuan J. Martinez
2023-06-29Add "Ready?" text to the start of stageJuan J. Martinez
2023-06-29Add pickaxe pickupJuan J. Martinez
2023-06-29Updated sprites / tilesJuan J. Martinez
2023-06-28Old miner spriteJuan J. Martinez
2023-06-28Time monster spriteJuan J. Martinez
2023-06-28Bling effectJuan J. Martinez
2023-06-27Add pikcupsJuan J. Martinez
WIP: only time and bonuses for now.
2023-06-27Fixed includeJuan J. Martinez
2023-06-27Add Bat enemyJuan J. Martinez
2023-06-27Updated TODOJuan J. Martinez
2023-06-27More sprite workJuan J. Martinez
2023-06-27TypoJuan J. Martinez
2023-06-27Bling effectJuan J. Martinez
2023-06-26Infra work for the audioJuan J. Martinez
2023-06-26That was missingJuan J. Martinez
2023-06-25Add entity system, add new enemy (snake)Juan J. Martinez
2023-06-22Was done, we need pauseJuan J. Martinez
2023-06-22Game over doneJuan J. Martinez
2023-06-22Center the time in the HUDJuan J. Martinez
2023-06-22Game over screenJuan J. Martinez
Also move private defines to the game module.
2023-06-22When player is hit, exit the updateJuan J. Martinez
2023-06-22Player damage, invulnerability, death sequence and respawnJuan J. Martinez
2023-06-22Import entities from the map and spawn themJuan J. Martinez
2023-06-22Treat warnings as errorsJuan J. Martinez
2023-06-22Use the right directiveJuan J. Martinez
2023-06-22Not needed the name of the gameJuan J. Martinez
2023-06-22Make it a linkJuan J. Martinez
2023-06-22Use latest versionJuan J. Martinez
2023-06-22Let's be explicitJuan J. Martinez
2023-06-22All the assetsJuan J. Martinez
2023-06-22Clarified the licenseJuan J. Martinez
2023-06-21Check for the total gold limit of 1 byteJuan J. Martinez
2023-06-21Map twaksJuan J. Martinez
2023-06-21Add mine doorJuan J. Martinez
2023-06-21Add "coyote time"Juan J. Martinez
If the player moves and gains momentum, allow jumping then the gravity as already kicked in to make easier tricky jumps.
2023-06-21Add hiscore to the menu screenJuan J. Martinez
2023-06-21Make the score "gold"Juan J. Martinez
2023-06-21Add color textJuan J. Martinez
2023-06-20Make it soundJuan J. Martinez
2023-06-20Erase the screen before rendering the mapJuan J. Martinez
2023-06-20Add menu screen (WIP)Juan 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-18The game has a nameJuan J. Martinez
2023-06-18Tweaked mapJuan J. Martinez
2023-06-18Fix horizontal collision detectionJuan J. Martinez
Instead going down, what we want is not going up (so no gravity OR going down).
2023-06-18Enter the player!Juan J. Martinez
2023-06-17Function to read from the back bufferJuan J. Martinez
2023-06-17Stage is zero basedJuan J. Martinez
Also missing include.