Skip to content

Releases: RonaldFrota-Dev/DungeonEscape

Dungeon Escape - v0.0.1

12 Sep 14:20

Choose a tag to compare

Full Changelog: https://github.com/RonaldFrota-Dev/DungeonEscape/commits/v0.0.1

🚀 Features

  • Initial Level
  • Created first playable level with character setup and gamemode.
  • Prototype level implemented with doors and key items.
  • Door Mechanics
  • Door component with open/close logic.
  • Lock system based on key items.
  • Pressure plates integrated into locking system.
  • Triggers and Interaction
  • Pressure plate trigger added via Cpp Box Component Trigger.

🛠 Improvements

  • Initial Unreal C++ project structure configured with Git LFS and .gitignore.
  • Level and door code reorganized for easier testing and future development.

⚠ Notes (note)

Project is in prototype stage; mechanics are still in development and focused on gameplay testing and studying.