Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 578 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 578 Bytes

Examples for Macaw

All the examples here use macaw, a 2D Game Engine using SDL2 written in Go.

Installation and requirements

  • SDL2: You will need to install SDL2 in your machine and the binding for Go. You can find more information here: [https://github.com/veandco/go-sdl2]
  • go get -v github.com/tubelz/macaw
  • To run an example go run folder\file.go, where folder and file are within this project

License

The code here is under the GNU v2 license. You can read more here