adzm / FrequonInvaders

Port of Frequon Invaders to Go Language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Other


Languages

Language:Go 84.7%Language:Julia 10.0%Language:Assembly 4.3%Language:Shell 0.9%Language:Makefile 0.1%