aboutsummaryrefslogtreecommitdiff
path: root/game/main.asm
AgeCommit message (Collapse)Author
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-22Use a bitmap fontJuan 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-09PlaygroundJuan J. Martinez
Potential example game.