Skip to content

A simple box shooter using Bullet Physics and OpenGL

Notifications You must be signed in to change notification settings

hawkhai/box_shooter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected].

About

A simple box shooter using Bullet Physics and OpenGL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 94.8%
  • CMake 3.2%
  • GLSL 2.0%