Skip to content

ArchRobison/FrequonInvaders

Repository files navigation

FrequonInvaders

This is a a port of Frequon Invaders from C++ to the Go Language

Prerequisites

The instructions for the Go bindings describe how to install SDL-2.

To Build

  1. Set your GOPATH
  2. 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
  1. cd to src/github.com/ArchRobison/FrequonInvaders
  2. Run go build -tags=release

Use just go build to build a developer version, which has keyboard shortcuts for testing and profiling support.

Status (2015-Dec-4)

  • 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.

About

Port of Frequon Invaders to Go Language

Resources

License

Unknown, Apache-2.0 licenses found

Licenses found

Unknown
LICENSE
Apache-2.0
LICENSE_Apache

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published