RED LABEL VERSION
This repository will be a Go-based implementation of the extracted, reassembled and rebuilt ROM from my Retro Defender project.
This is a Go project, so all you should have to do once you have Go installed on your system is:
go buildThat will generate a defender-redlabel executable file.
This is currently an incomplete implementation based on how the logic is being generated, although it is workable in the sense that you can fly the ship around and shoot aliens! The controls are as follows:
MOVE UP = Up Arrow
MOVE DOWN = Down Arrow
REVERSE = Space Bar
THRUST = Enter
HYPERSPACE = H
FIRE LASER = F
SMART BOMB = B
The key bindings are currently set up in the defs/defs.go file if you want to change them.

