VoV - Android game in Go/SDL2

Hi,

I just wanted to show my game written in Go/SDL2. I saw that other members also does that, I am sorry if I am breaking any rule with this.

https://play.google.com/store/apps/details?id=com.github.gen2brain.vov

Source is available here https://github.com/gen2brain/vov .

Go project is compiled to C shared library and then linked to SDL. SDLActivity.java is used as with C/C++.
Gradle is used for building, whole project can be imported in Android Studio so you can use CPU monitor, debugger etc. but Go lib needs to be rebuild with bash script after changes.