Skip to content

A third-person top-down Unreal Engine game demonstrating modular gameplay mechanics and responsive combat systems.

Notifications You must be signed in to change notification settings

gabixr/ue-combat-prototype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

6 Commits
ย 
ย 

Repository files navigation

ue-combat-prototype

A third-person top-down Unreal Engine game demonstrating modular gameplay mechanics and responsive combat systems.

๐ŸŽฎ Gameplay

A combat-focused top-down game showcasing modular gameplay systems.

Player and enemy combat mechanics include light & heavy attacks, dodge, perfect dodge, block, parry, and abilities.

Charge-based abilities: abilities can be charged up to three levels, triggering a different effect depending on the charge stage.

Dynamic UI system: includes a health bar, ability charge bar, and action bar, all updating in real time based on gameplay events.

All mechanics and UI are implemented through modular, reusable systems in Blueprints.

๐Ÿ› ๏ธ Tools & Tech

Unreal Engine 5

Blueprints (main) for rapid prototyping and modular design

C++ for one core system, integrated with Blueprints

UI widgets, state machines, and event-driven systems

๐Ÿš€ Future Plans

Add more enemy types and smarter AI

Polish combat animations, visual effects, and feedback

Expand abilities and cooldown systems

๐Ÿค Collaboration

Worked with an asset creator for art and assets. All gameplay systems, mechanics, and UI were implemented by me.

๐Ÿงฉ Technical Notes

The project is primarily built in Blueprints for fast iteration and modular gameplay. Future updates may expand C++ use for performance-critical, reusable systems and and multiplayer functionality.

๐ŸŽฎ Gameplay Video

Gameplay Demo

About

A third-person top-down Unreal Engine game demonstrating modular gameplay mechanics and responsive combat systems.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published