Back to Projects
GAMESCOMPLETE◉ 4 VIDEOS
IslandEscape Survival Game
Voxel weapons, teleporter systems, health components, and interactive tooltips in UE5.
SOLO DEVELOPER · Dec 15, 2025
Repository Intel
C++
LANGUAGE
Apr 14, 2026
LAST PUSH
ACTIVE
STATUS

A survival game built in Unreal Engine 5.4 reaching 90% completion. Features include a teleporter system for fast travel, voxel-based weapon crafting, a modular health component with damage types, and an interactive tooltip system for item inspection. Built with a focus on clean C++ architecture and reusable game systems.
// VIDEO DEMOS
// TECH STACK
LANGC++ENGINEUnreal Engine 5.4SYSTEMBlueprintsGame Systems
Contributions
- 01Implemented teleporter network with seamless level streaming
- 02Built voxel weapon system with procedural mesh generation
- 03Designed modular health component supporting multiple damage types
- 04Created interactive tooltip system with world-space UI widgets
Technical Highlights
- ▸Component-based architecture for maximum reusability
- ▸Custom damage type system with resistances and vulnerabilities
- ▸Level streaming integration for open-world teleportation