aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
AgeCommit message (Collapse)Author
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