More actions
No edit summary |
No edit summary |
||
Line 22: | Line 22: | ||
A 2D side-scrolling space shooter written in assembly. The game is only 32kb hence the name K32. | A 2D side-scrolling space shooter written in assembly. The game is only 32kb hence the name K32. | ||
It was participated in Game Boy Competition 2021. | It was participated in the Game Boy Competition 2021 (Game). | ||
== Features == | == Features == | ||
Line 96: | Line 96: | ||
* gbdev.io - https://gbdev.io/gbcompo21.html | * gbdev.io - https://gbdev.io/gbcompo21.html | ||
* GitHub - https://github.com/gbdev/gbcompo21 | * GitHub - https://github.com/gbdev/gbcompo21 | ||
[[Category:Game Boy Competition 2021]] |
Latest revision as of 12:25, 27 Haziran 2024
K32 Super Rocket | |
---|---|
General | |
Author | jona32u4 hm |
Type | Shooter |
Version | Rev4 |
License | MIT License |
System | DMG |
Last Updated | 2021/09/29 |
Links | |
Download | |
Website | |
Source | |
Support Author | |
A 2D side-scrolling space shooter written in assembly. The game is only 32kb hence the name K32.
It was participated in the Game Boy Competition 2021 (Game).
Features
- 8 levels.
- Awesome ost and graphics.
- 100% assembly.
- Only 32kb (basically fits in any cartridge).
- Full color support for cgb/agb/ags and dmg/mgb compatible.
- Health bar and fuel bar(making this part of the ui was very hard but im very proud of the outcome).
- Open source.
User guide
It is the year 201X, and our solar system has been invaded by aliens whose plans are to completely drain our planets of their resources.
The aliens have already taken down all our interplanet - Ary Bases. Now, they are heading towards Earth.
We have to fight to protect our solar system. The plan is to destroy the alien motherships. We will use a transport ship called K16 to transport our main battleship.
How to play
Shoot your way through levels and collect items to help you on the way. Keep an eye on health and fuel. At the end of each level you'll have to fight the alien mothership to complete the level.
Items:
- Heart (red) - Increases health by 1.
- Fuel (green) - Increases fuel by 1.
- Bomb: (blue) - Increases the amount of bombs by 1.
- Max health (yellow) - Completely refills your health bar.
Game tips
Remember to keep an eye on the fuel bar. It's as important as the health bar. You will loose fuel over time and you'll need to refill it with fuel items(manual for details).
Controls
Up/Down - Move up/down
Right - Boost
Left - Break
A - Shoot
B - Bomb
Start - Pause
Screenshots
Changelog
rev4
- rev4 now with sound effects.
rev3
- rev3 is now out, fixed unplayable level.
rev2
- rev1 wasnt working correctly and last levels were being skipped, fixed in rev2.
Credits
Made by a single developer.
Special thanks to:
- T0FUU26 for help with two of the tracks.
- The awesome GBDev Community.
- The developers of RGBDS, the assembler I used
- The organizers, hosts and judges of the GBCompo21.
External links
- itch.io - https://jona32u4.itch.io/k32superrocket
- GitHub - https://github.com/jona32u4hm/K32
- gbdev.io - https://gbdev.io/gbcompo21.html
- GitHub - https://github.com/gbdev/gbcompo21