aboutsummaryrefslogtreecommitdiff
path: root/space/src/states/bullets.s
Commit message (Collapse)AuthorAgeFilesLines
* space: Simplify the code and its goalsMiquel Sabaté Solà2025-02-041-0/+181
Originally this was supposed to be a sort of mini game, but that would have probably made it too complex for newcomers. Thus, let's just keep it to subpixel movement and shooting bullets, which is already a big step from the `basics/sprite.s` example. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>