demonshreder / sdl2-games

A repository containing games I have made using SDL2 go bindings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Demonshreder's SDL2 games

As Go was meant to replace C++, I started making games in Go using the SDL2 bindings. This repo is for public reference.

Prerequisites

  • Go / GCCGo
  • GCC/MinGW (Windows - native/cross-compile)
  • SDL2 { ttf/img } (.so/.dll)

License

  • My code - Apache 2.0 - see the LICENSE.md file for details
  • Go bindings for SDL2 from veandco repo - BSD 3 Clause
  • Various fonts - Open Font License or Apache, as provided in ttf folder (Google their names for more details)

About

A repository containing games I have made using SDL2 go bindings

License:Apache License 2.0


Languages

Language:Go 100.0%