screenshot1
screenshot2
screenshot3

The Cave

  • Made with: C++ Play-Station DevKit
  • Project date: Jan 2024 - May 2024

Description

A game made as a final year project in Sheffield Hallam University.

This project won the best game of the course in 2023-2024 (for reference, link to my froffesor's linkeding )

In this game, You have to venture into a cave where an ancient god is kept, find all the idols to open the door at the end. But you need to be careful because this ancient god will try to hunt you down, you will need to take a photo of it to scare it away, but that is just a temporary solution.

Team

This project was made by a team of 3 programmers and 3 designers

What I did

  • Collision detection algorithm and collision resolution algorithm
  • Entity Component System
  • Transform Parenting with dirty flag and proper update
  • Simple Level editor made with ImGui used by the designers to make the level with a rudimentary collison visualization
  • Game UI with different render passes for 2D and 3D objects