Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 431 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 431 Bytes

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.