sariug / box_shooter

A simple box shooter using Bullet Physics and OpenGL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Box Shooter

A simple game that one can throw box to a pile of boxes to drop some of them. The implementation is using using OpenGL and Bullet Physics.

Screenshot

Installing Box Shooter

To install Box Shooter, follow these steps:

mkdir build && cd build

Using CMake:

cmake ..

make all:

make

Contact

If you want to contact me you can reach me at ugurcansari93@gmail.com.

About

A simple box shooter using Bullet Physics and OpenGL


Languages

Language:C++ 94.8%Language:CMake 3.2%Language:GLSL 2.0%