top of page

Escape: Dungeon of the Gargoyle

3D Escape Room Game

Set in a medieval dungeon, Escape: Dungeon of the Gargoyle is an escape game where the player is trying to steal a valuable golden gargoyle. However, upon taking the gargoyle, the gates shut and the player is now trapped inside. Can you find the answer to the puzzle and leave the castle with the loot in your hands?

Made with UE4, I wrote all the functionality in C++ (not using Blueprints). Some of the featured mechanics include allowing the player to grab, hold, throw, and release objects, as well as coding animations like the door opening/closing. I used raycasts (line traces) to determine which object to interact with depending on the camera's line of sight.

Source Code: https://github.com/guitarjorge24/Escape-Dungeon_of_the_Gargoyle

bottom of page