/Gophetica

Go package for simple 2D video games

Primary LanguageGoApache License 2.0Apache-2.0

Gophetica

This is a collection of Go packages used for the Go port of Frequon Invaders and might be of independent interest.

  • nimble: lightweight graphics interface for video games
  • math32: 32-bit analog of Go math package

The libraries have only the functionality that I need so far. The math package needs many more functions to fully match their analogs. Feel free to send pull requests to enhance them.