This is a a port of Frequon Invaders from C++ to the Go Language
- Go
- SDL-2
- Go bindings to SDL-2
The instructions for the Go bindings describe how to install SDL-2.
- Set your
GOPATH - Run
go get github.com/ArchRobison/FrequonInvaders
This should fetch the three repositories and put them relative to your GOPATH as follows:
src/github.com/ArchRobison/FrequonInvaders
src/github.com/ArchRobison/Gophetica
src/github.com/veandco/go-sdl2
- cd to
src/github.com/ArchRobison/FrequonInvaders - Run
go build -tags=release
Use just go build to build a developer version, which has keyboard
shortcuts for testing and profiling support.
- Works on Windows 8 (Intel 64 processor).
- Works on MacOS 10.11.1 -- released as Frequon Invaders 2.2.
Please post issues for features that you think are missing that were in the classic version.