aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-06-29Collect pickups even if invulnerableJuan J. Martinez
2023-06-29Add attract screenJuan J. Martinez
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-27Add pikcupsJuan J. Martinez
2023-06-27Fixed includeJuan J. Martinez
2023-06-27Add Bat enemyJuan J. Martinez
2023-06-26Infra work for the audioJuan J. Martinez
2023-06-25Add entity system, add new enemy (snake)Juan J. Martinez
2023-06-22Center the time in the HUDJuan J. Martinez
2023-06-22Game over screenJuan J. Martinez
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-21Add "coyote time"Juan J. Martinez
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
2023-06-18Fix horizontal collision detectionJuan J. Martinez
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
2023-06-17Use volatileJuan J. Martinez
2023-06-15Adjust right marginJuan J. Martinez
2023-06-15Tweak the HUDJuan J. Martinez
2023-06-15Implement a countdown clock in the timerJuan J. Martinez
2023-06-15Started with the gameJuan J. Martinez
2023-06-15Add map collision detection functionsJuan J. Martinez
2023-06-13Map rendererJuan J. Martinez
2023-06-13Testing the bitmap fontJuan J. Martinez
2023-06-13Add bitmap font's put_textJuan J. Martinez
2023-06-08Add blit rectangleJuan J. Martinez
2023-06-08Detect the VGA card before setting mode 0x13Juan J. Martinez
2023-06-08Set VGA 320x200 256 col at 60HzJuan J. Martinez
2023-06-08Use a rectangle structJuan J. Martinez
2023-06-07Update the first timeJuan J. Martinez
2023-06-07A bit fasterJuan J. Martinez
2023-06-07Remove commented codeJuan J. Martinez
2023-06-07Not using the timerJuan J. Martinez
2023-06-0716-bit is large enoughJuan J. Martinez
2023-06-06First stab at the sw blitterJuan J. Martinez
2023-06-06Go to text mode before reporting the errorJuan J. Martinez