aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
AgeCommit message (Collapse)Author
2023-07-22Joystick supportJuan J. Martinez
2023-07-16DoneJuan J. Martinez
2023-07-15Added starts 3 and 4Juan J. Martinez
2023-07-13Add intro screenJuan J. Martinez
2023-07-11TypoJuan J. Martinez
2023-07-11This needs to be doneJuan J. Martinez
2023-07-11Add gol/silver keys and door logicJuan J. Martinez
2023-07-11DoneJuan J. Martinez
2023-07-11Multiple stagesJuan J. Martinez
2023-07-06DoneJuan J. Martinez
2023-07-06Add free enemy (Old Miner)Juan J. Martinez
2023-07-04DoneJuan J. Martinez
2023-07-04Stage complete sequenceJuan J. Martinez
2023-07-04DoneJuan J. Martinez
2023-07-01Sound requirementsJuan J. Martinez
2023-06-29DoneJuan 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 Bat enemyJuan J. Martinez
2023-06-27Updated TODOJuan 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-22Was done, we need pauseJuan J. Martinez
2023-06-22Game over doneJuan J. Martinez
2023-06-22Player damage, invulnerability, death sequence and respawnJuan 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-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-15Timer is doneJuan J. Martinez
2023-06-15Started with the gameJuan J. Martinez
Added hud (WIP)
2023-06-13Updated TODOJuan J. Martinez
2023-06-13Add bitmap font's put_textJuan J. Martinez
2023-06-12Sprites, tiles, bitmap font, map WIP, updated TODOJuan J. Martinez
2023-06-08Updated TODOJuan 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-06The timer is OK for nowJuan J. Martinez
2023-06-05Keyboard driver doneJuan J. Martinez
2023-06-01Update TODOJuan J. Martinez
2023-06-01Add function to wait for VGA's vsyncJuan J. Martinez
2023-06-01Filter out any unwanted symbolJuan J. Martinez
2023-05-30pngpal tool and first stab at embedding data on the EXEJuan J. Martinez
WIP; the embedded data has an "environ" symbol that will cause issues when we embed more than one piece of data.
2023-05-29Initial importJuan J. Martinez