This is a small 3D space-shooter game made during Ludum Dare 34 in our own game-engine called Bubba-3D. Your mission is to destroy 50 of the asteroids in this system. Be aware that you do not have any shields. One hit will destroy you. Use w and S to thrust, A and D to rotate, P and L to change altitude and R to fire the laser.
Prerequisites:
Install dependencies (Debian, Ubuntu):
git submodule git@github:Bubbers/Bubba-3D.git
git submodule init
git submodule update
cd Bubba-3D
git checkout develop
cd ..
make install
Compile:
make
Compile and run executable:
make run
Make binary:
make release