A simple game which follow the OGL tutorial.
- Install the submodule.
Maybe some source file was included as the submodule
$ git clone github.com/godotc/breakout
$ git submodule init
$ git submodule update
- Install the
xmake
Which used as the build system, and package manager of this project, you don't need any other steps to deal with depdendencies.
see: https://xmake.io/#/guide/installation
- Install depencies, build and run
xmake require
xmake build breakout
xmake run breakout