aboutsummaryrefslogtreecommitdiff
path: root/assets/session.nss
Commit message (Collapse)AuthorAgeFilesLines
* Improve slightly the look of asteroidsMiquel Sabaté Solà2026-03-051-31/+31
| | | | Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* Add the Game Over screenMiquel Sabaté Solà2026-03-051-32/+32
| | | | | | | This is still missing the support for player 2, but I've left traces about it. Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* Add a pool of explosion effectsMiquel Sabaté Solà2026-03-031-29/+29
| | | | | | | For now this only applies to enemies, but it's general enough so it can target any given coordinate, and hence any given object. Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* Improve the "other" states from fighter jetsMiquel Sabaté Solà2026-02-101-22/+24
| | | | Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* Update assets with the latest changesMiquel Sabaté Solà2025-10-131-24/+24
| | | | Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* assets: Duplicate the UFO kind of spriteMiquel Sabaté Solà2025-05-151-57/+62
| | | | | | | | | | At first I thought that I could save up some space and then mirror the sprite horizontally, but it actually makes things easier to have the UFO enemy in its entirety as it makes initialization and moving the object easier. This is indeed possible because we have plenty of room left on the CHR bank. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* assets: Add all enemies and bulletsMiquel Sabaté Solà2025-04-061-31/+31
| | | | Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* player: Implement background collisionMiquel Sabaté Solà2025-04-011-30/+30
| | | | | | | This adds a first implementation of collision checks between the player and the background. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* Add walking animationMiquel Sabaté Solà2025-03-201-31/+31
| | | | | | This also corrects a pixel from one of the animations on the chr file. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* assets: Remove duplicated tiles from backgroundMiquel Sabaté Solà2025-03-141-28/+28
| | | | Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* Add a title and a main screensMiquel Sabaté Solà2025-03-131-51/+51
| | | | | | | | This commit adds the skeleton for having a title and a main screen. For now the title menu doesn't do much, as the selection is simply ignored, but at least it already knows how to cycle between these two states. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* Start with a skeleton for the projectMiquel Sabaté Solà2025-03-121-0/+613
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>