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.