An open API service indexing awesome lists of open source software.

https://github.com/bbbbbr/gb-axelay-demo

Game Boy Axelay Demake Demo
https://github.com/bbbbbr/gb-axelay-demo

demake gameboy gbdk gbdk-2020 retrogaming

Last synced: about 1 month ago
JSON representation

Game Boy Axelay Demake Demo

Awesome Lists containing this project

README

        

# Game Boy Axelay Demo

Game Boy demake of a NES demake of the SNES game Axelay. A short tech demo showing pseudo mode-7 background and sprite scaling effects on the Game Boy and Game Boy Color.

ROM downloadable at: https://bbbbbr.itch.io/gameboy-axelay

- Runs on actual hardware
- Mostly runs at 60 FPS
- No Music
- Collision detection in the ROM is a quick and naive implementation only for shots -> boulders (working version of it is not in the repo)
- Built with GBDK-2020, mostly C and some asm

The NES demake that inspired this: https://twitter.com/upsilandre/status/1110517612574883840​

Code is kind of a sloppy work in progress, not cleaned up. No current plans to develop it further.

![Game Boy Axelay on the original Game Boy](/info/gbaxelay_dmg.gif)
![Game Boy Axelay on the original Game Boy Color](/info/gbaxelay_cgb_2.gif)