ARPG demo in UE5.
- C++ 98.4%
- C 1.4%
- C# 0.2%
| .cache/clangd/index | ||
| .idea/.idea.ARPG/.idea | ||
| .vscode | ||
| Config | ||
| Content | ||
| Plugins/Tracy | ||
| Resources | ||
| Source | ||
| .gitignore | ||
| .ignore | ||
| .vsconfig | ||
| ARPG.code-workspace | ||
| ARPG.sln.DotSettings.user | ||
| ARPG.uproject | ||
| batch_vars.bat | ||
| build.bat | ||
| clangd_flags | ||
| compile_commands.json | ||
| editor.bat | ||
| generate.bat | ||
| README.md | ||
| UnrealNvim.json | ||
unreal-arpg
ARPG demo in UE5.
Roadmap
Player character
- Basic model
- Basic animations
- Basic movement & controls
- Basic weapon
- Weapon attachment system
- More weapons
- Inventory system
- Abilities
Mob: Demon
(Will serve as a basis for any additional mobs)
- Model
- Animations
- Basic attack
- AI
UI
- Basic enemy info
- Player health
- Player mana
- Equipment panel
- Stats panel
- Abilities panel
- Quest panel
Quests
- Quest system
Levels
- Dungeon
Polish / stretch goals
- Music
- Ambient sound effects
- Town/camp level
- Waypoint system