ARPG demo in UE5.
  • C++ 98.4%
  • C 1.4%
  • C# 0.2%
Find a file
2025-07-08 23:27:28 +01:00
.cache/clangd/index Test Neovim setup 2024-11-19 09:57:03 +00:00
.idea/.idea.ARPG/.idea Integrate a dungeon level and new HUD elements 2025-07-08 22:42:18 +01:00
.vscode Test Neovim setup 2024-11-19 09:57:03 +00:00
Config Improve attack mechanics 2024-05-12 01:03:42 +01:00
Content Move Dungeon map to tracked directory 2025-07-08 22:49:39 +01:00
Plugins/Tracy Integrate a dungeon level and new HUD elements 2025-07-08 22:42:18 +01:00
Resources Work on inventory 2024-07-13 01:28:11 +01:00
Source Integrate a dungeon level and new HUD elements 2025-07-08 22:42:18 +01:00
.gitignore Integrate a dungeon level and new HUD elements 2025-07-08 22:42:18 +01:00
.ignore Test Neovim setup 2024-11-19 09:57:03 +00:00
.vsconfig Integrate a dungeon level and new HUD elements 2025-07-08 22:42:18 +01:00
ARPG.code-workspace Work on inventory 2024-07-13 01:28:11 +01:00
ARPG.sln.DotSettings.user Integrate a dungeon level and new HUD elements 2025-07-08 22:42:18 +01:00
ARPG.uproject Integrate a dungeon level and new HUD elements 2025-07-08 22:42:18 +01:00
batch_vars.bat Test Neovim setup 2024-11-19 09:57:03 +00:00
build.bat Test Neovim setup 2024-11-19 09:57:03 +00:00
clangd_flags Test Neovim setup 2024-11-19 09:57:03 +00:00
compile_commands.json Test Neovim setup 2024-11-19 09:57:03 +00:00
editor.bat Test Neovim setup 2024-11-19 09:57:03 +00:00
generate.bat Test Neovim setup 2024-11-19 09:57:03 +00:00
README.md Update README.md 2025-07-08 23:27:28 +01:00
UnrealNvim.json Test Neovim setup 2024-11-19 09:57:03 +00:00

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

Marketplace dependencies