Skip to content

sshivam7/heist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Anolight Icon

Heist is a 2D game created using OpenGL and C++. Inspired by the classic Pac-Man arcade game, you play as the purple Panda, who must navigate the bamboo forest to find and capture the coins located throughout the map. However, with the red enemies tracking you down, getting to the coins won't be so easy!

Game Demo

 
 

Features

  • Implemented grid based spatial partitioning algorithm to limit amount of data being rendered at once
  • Implemented A* path finding algorithm to allow enemies to locate and move to player
  • Level selection & creation (Add your own custom .hlvl file to the levels folder)
  • AABB collision detection for circles and rectangles

Screenshots

Libraries Used

Heist makes use of GLFW, GLAD, GLM and STBI libraries.

About

Help the panda steal coins! A heist game created using OpenGL & C++.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published