WebGL Game
The game implemented is a 3D dungeon crawler game called "Escape the Dungeon". The player takes on the role of an adventurer who finds themselves trapped in a dungeon and must navigate their way out. The game takes place in a dungeon room that is made up of outer walls and interior walls, with the player being bounded within the area. The main player is the only object linked to the directional key presses that the user can use to enable the player to navigate throughout the dungeon room. The game includes obstacles such as crates, torches, coins, and skeletons that the player must avoid or collect, as well as two different view modes: 1st person view and overhead view. The game also features a UI progress mechanism for tracking the coins the player has currently collected using HTML and CSS.
WebGL
Visual Studio Code
Code Repository can be accessed in GITHUB