Skip to content

My 2nd year game for university, which featured a bomb-squad robot using OpenGL and Bullet3 for physics.

Notifications You must be signed in to change notification settings

ARPP3/RobotSquad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Robot Squad

Robot Squad is a game where you control a bomb-squad robot tasked with navigating a hazardous warehouse. Your mission: collect bombs scattered throughout the warehouse and safely transport them to the designated parking lot.

Key Features:

  • Control a robot through a 3D warehouse environment.
  • Locate and collect scattered bombs.
  • Safely transport bombs to the parking lot.
  • Built using OpenGL for graphics rendering.
  • Physics powered by Bullet3.

Getting the Code

To get the code and play Robot Squad, follow these steps:

  1. Clone the repository:

    git clone https://github.com/ARPP3/RobotSquad.git
  2. Navigate to the project directory:

    cd RobotSquad
  3. Initialize and update submodules:

    The project uses Bullet3 as a submodule for physics calculations. To ensure you have all the necessary code, run the following command:

    git submodule update --init --recursive

About

My 2nd year game for university, which featured a bomb-squad robot using OpenGL and Bullet3 for physics.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published