Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 578 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 578 Bytes

go-sdl2-intro

Just play with sdl2 on Golang

This is work with book SDL Game Development

using Golang instead C++

All assets u can get from official site of book

Install libraries for SDL2 on Linux:

  • sudo apt-get install libsdl2-dev
  • sudo apt-get install libsdl2-image-dev

intro_sdl:

create assets in intro_sdl

In future make it as game engine library




Played by Codenator81 :)