Spacerocks

Asteroids clone based on glhck and glfw


Project maintained by bzar Hosted on GitHub Pages — Theme by mattgraham

Controls

Building from source

$ git clone https://github.com/bzar/spacerocks.git
$ cd spacerocks
$ git submodule update --init --recursive
$ mkdir build
$ cd build
$ cmake ..
$ make