aboutsummaryrefslogtreecommitdiff
path: root/game
AgeCommit message (Collapse)Author
2023-05-25Small tweaksJuan J. Martinez
2023-05-25Finalised the HUDJuan J. Martinez
2023-05-25Add score to the HUDJuan J. Martinez
- add points to the score - hiscore updates
2023-05-22Add hiscore, WIP HUDJuan J. Martinez
2023-05-22Write BCD numbers using the bitmap frontJuan J. Martinez
2023-05-22Format the commentJuan J. Martinez
2023-05-22Use a bitmap fontJuan J. Martinez
2023-05-20Enforce game playe area limitsJuan J. Martinez
2023-05-12Add player bulletsJuan J. Martinez
Also a changes in the entity system: - don't preserve the BG (always erase black) - skip unused entities - fix in the reserved size (and entity is 8 bytes) - allocate new entities
2023-05-12Add .ds directiveJuan J. Martinez
2023-05-12Add some commentsJuan J. Martinez
2023-05-12Menu WIPJuan J. Martinez
2023-05-12Set player start addressJuan J. Martinez
Also differentiate bewteen initialising the program and the game.
2023-05-11Add some randomnessJuan J. Martinez
2023-05-11Add starfield effectJuan J. Martinez
2023-05-10Add frame support, updated spriteJuan J. Martinez
2023-05-10Add missing commentJuan J. Martinez
2023-05-10Removed subroutine as it is more readable like thisJuan J. Martinez
2023-05-09PlaygroundJuan J. Martinez
Potential example game.