I just got it, but how do I install it?
An intuitive 2D game engine. Fast, cross-platform, tiny, hot loaded. · By
Just extract the zip file to wherever you want - everything is contained in the extracted directory.
If you are asking how to use it, open the extracted GTK directory in the Terminal, then use ./dragonruby name_of_your_project_directory to build your project (or leave off the project name to use the default mygame project). I usually create a projects directory in the GTK directory to keep my stuff organized.
It uses Ruby. Check the doc here or find videos on YT or the official docs. It's pretty easy to use
https://github.com/kodywilson/learn_dragon_ruby
I have instructions for getting started on Linux in that repo. :)