项目作者: teamclouday

项目描述 :
Balloon Shooting Game (CIS425 Final Project)
高级语言: C++
项目地址: git://github.com/teamclouday/Balloons.git
创建时间: 2021-04-26T15:30:27Z
项目社区:https://github.com/teamclouday/Balloons

开源协议:MIT License

下载


Balloons

Balloon Shooting Game (CIS425 Final Project)
Use glut and outdated OpenGL because of requirements


Build Guide

Windows (MSVC)

  1. mkdir build
  2. cd build
  3. cmake ..
  4. cmake --build . --config Release

Other (Unix)

  1. mkdir build
  2. cd build
  3. cmake ..
  4. 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


New Features Explored

  • textures
  • ray casting
  • particle system
  • audio
  • transparency

First View
First View

Various Gun Skins
Various Gun Skins

Bullets On The Wall
Bullets On The Wall

Fireworks When Balloons Shot
Fireworks When Balloons Shot

Boucing Balloons
Boucing Balloons

You Win! (fireworks at the background)
You Win!

You Loss!
You Loss!