Interceptor Demo update 2021-07-07
Interceptor (Demo) » Devlog
Update 2021-07-07:
- Implemented the final enemy type; the torpedo. They take two hits to destroy and deal massive damage to your fleet if they get past you.
- Refactored code that made the project incompatible with newer versions of GBDK-2020, specifically changes to WRAM management.
- Partially completed refactoring enemy spawn and VRAM management. This will:
- Allow more enemies to be active at once. Currently supports up to six with only a slight drop in performance, though not currently used in current spawn list.
- Reduce CPU overhead and ROM space usage as the majority of enemy code has been consolidated, removing a lot of redundant and specialized code.
- Added placeholder music for stats screen (accessed by pressing Select from title screen.)
- Enemy behaviors are now tied to the enemy type rather than a value the player cannot see. This should make enemies a lot more predictable.
- Minor optimization to sound effect management by consolidating them into a single sound function.
- Minor visual tweaks for improved visibility against a black background:
- Black on the enemy palette has been replaced with a dark grey for Game Boy Color mode.
- Enemy interceptor has had the black lines on the trailing edge of its wings replaced with dark grey.
- Fixed mistake in spawn list that resulted in two identical fighters spawning stacked on each other that perfectly mimicked each others movements. This would appear as an enemy fighter that would not die after the usual two hits.
- Fixed player ship being able to go two pixels out of bounds on one side and not being able to touch boundary on other side.
Files
interceptor-64KB-2021-07-07.gb 64 kB
Jul 08, 2021
Get Interceptor (Demo)
Download NowName your own price
Interceptor (Demo)
Defend the fleet from enemy fighters and bombers while trying to stay alive.
Status | Prototype |
Author | Arvex |
Genre | Shooter |
Tags | 2D, Flight, Game Boy, Game Boy ROM, Retro, Space, Top down shooter |
More posts
- Interceptor Demo update 2023-07-16Jul 17, 2023
- Interceptor Demo update 2022-08-27Aug 28, 2022
- Interceptor Demo update 2022-03-13 (minor/bugfix)Mar 13, 2022
- Interceptor Demo update 2022-03-12Mar 13, 2022
- Interceptor Demo update 2021-09-30Oct 01, 2021
- Interceptor Demo update 2020-11-01Nov 01, 2020
- Interceptor Demo update 2020-09-06Sep 06, 2020
- Interceptor Demo update 2020-06-16Jun 16, 2020
Leave a comment
Log in with itch.io to leave a comment.