Skip to content

A ground/air horizontal shooter for the Nintendo Game Boy

Notifications You must be signed in to change notification settings

kldobrev/HoverDefender

Repository files navigation

HOVER DEFENDER

bgb00009 bgb00014

A ground/air horizontal shooter for the Nintendo Game Boy, written in C using the following tools:

GBDK 2020
GBTD and GBMB
HUGETracker
hUGEDriver

To compile the code

  1. Get GBDK-2020 and hUGEDriver, install and configure them as described in their pages
  2. Edit the lcc (gbdk\bin) and include (hUGEDriver\include) paths in the make file to match their directories on your machine.
  3. Run the make file and the included gb rom with the code will be replaced with the new one.

Only want to play the game?

Please get the hoverdefender.gb file from the demo release which offers a full playable stage. The latest .gb file from the project directory may contain work in progress and/or be unplayable.