Skip to content
This repository has been archived by the owner on Jun 7, 2020. It is now read-only.

Latest commit

 

History

History
32 lines (21 loc) · 621 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 621 Bytes

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.