Balloons
Balloon Shooting Game (CIS425 Final Project)
Use glut
and outdated OpenGL because of requirements
Build Guide
Windows (MSVC)
mkdir build
cd build
cmake ..
cmake --build . --config Release
Other (Unix)
mkdir build
cd build
cmake ..
make
Then go into the auto generated folder bin
and run the executable balloon
Build Requirements
- x64 machine
- compilers
- MacOS & Linux (GCC supporting C++11)
- Windows (MSVC supporting C++11)
- cmake (>= 3.15)
Dependencies
- freeglut (3.2.1)
- glm (0.9.9.8)
- irrKlang (1.6.0)
- stb_image (2.26)
- tinygltf (2.5.0, included but not used in final game)
New Features Explored
- textures
- ray casting
- particle system
- audio
- transparency