랭킹으로 돌아가기

Co-op Action Roguelike in Unreal Engine C++

unreal-enginegamecpptutorialue5game-developmentc-plus-plus3due5-gameunreal-engine-5game-airoguelike
스타 성장
스타
4.5k
포크
815
주간 성장
이슈
2
2k4k
2023년 1월2024년 3월2025년 5월2026년 7월
README

Project Orion: Co-op Action Rogue-like Sample Game in Unreal Engine

Course Header

Welcome to "Project Orion", a co-op Action Roguelike Sample Game made in Unreal Engine 5 and C++. The project is an expansion on the game that you can build during the Professional Game Development in C++ and Unreal Engine 5 Course and is my continued effort at building the most advanced sample game for Unreal Engine, while being easy to understand, learn from and adapt to your own games.

Main Branch Engine Version: 5.6

The main branch is a bit of a playground for experimentation of new systems that may eventually turn into a blog post or in one of my courses (C++ or Game Optimization). For example, the projectiles have both Object Pooling mechanism AND an experimental Data Oriented Design approach to projectiles using no Actors at all. This may affect stability and is not always supporting multiplayer yet until the systems stabilize over time. Many of the experimental features are disabled by default using #define directives to easily toggle on/off during compilation.

Learn Unreal Engine C++ The Epic Way

Want to learn how to build this UE5 C++ Game from scratch? Learn more at Professional Game Development in C++ and Unreal Engine Course

Project Documentation

You can read detailed information about this project and game features on the Documentation Page. This includes references to tutorials and other articles I have written about this project such as how to implement the Save Game System for your own game.

Course Project Branches

The game on the main branch has been updated over the years to keep up with the latest Unreal Engine release. Additionally, many new features are added to the project, often related to new Articles or Tutorials posted on tomlooman.com. For students following the Unreal Engine C++ Courses, use one of these two branches:

For C++ Course Students:

  • For the original UE4 version: UE4-Lecture29-FinishedProject for finished course code without additions all the way back to UE4.25.
  • For the new UE5.6 version of the course: UE5.6-CourseProject which has a commit URL with each lesson of the C++ course for easy reference.

GitHub Branch Selection Info

Project Features

  • Third-person Action Character Movement
  • Enhanced Input
  • Action System (similar to Gameplay Ability System in design)
    • Dash Ability (Teleporting via projectile)
    • Blackhole Ability
    • Magic Projectile Attack
    • "Thorns" buff (reflecting damage)
    • Burning Damage-over-time effect
  • AttributeComponent (Holding health etc.)
  • SaveGame System for persisting progress of character and world state.
  • Event-based logic to drive UI and gameplay reactions.
  • Mix of C++ & Blueprint and how to combine them effectively.
  • GameplayTags to mark-up Actors, Buffs, Actions.
  • Multiplayer support for all features
  • GameMode Logic
    • EQS for binding bot/powerup spawn locations.
    • Bot spawning system (bots cost points to spawn, gamemode gains points over time to spend)
    • DataTable holds bot information
    • DataAssets to hold enemy configurations
  • Asset Manager: Async loading of data assets
  • Async loading of UI icons
  • AI
    • Minion AI with Behavior Trees (Roam, See, Chase, Attack, Flee/Heal)
    • C++ Custom Behavior Trees Nodes
    • EQS for attack/cover locations by AI
  • Powerups
    • Powerup pickups to heal, gain credits/actions.
  • UI (UMG)
    • Main menu to host/join game
    • UI elements for player attributes and projected widgets for powerups and enemy health.
    • C++ Localized Text
  • Experimental / WIP
    • Aggregate Ticking (Projectiles)
    • Actor Pooling (Projectiles)
  • Async Line tracing Example
  • PSO Precaching & Bundled PSOs Setup for Windows DX12

Credits

Huge thanks to tharlevfx for converting all the Paragon Cascade effects to Niagara! Check out his VFX courses here!

Another big thanks to Sander van Zanten for the audio overhaul in the project!

Game Assets: Licensed for use with the Unreal Engine only. Without a custom license you cannot use to create sequels, remasters, or otherwise emulate the original game or use the original game’s trademarks, character names, or other IP to advertise or name your game. (Unreal Engine EULA applies) (Please note this applies to the Game Assets that refer to Epic's Paragon, you can still use the project code and content to build your own Unreal Engine game)

관련 저장소
Donchitos/Claude-Code-Game-Studios

Turn Claude Code into a full game dev studio — 49 AI agents, 72 workflow skills, and a complete coordination system mirroring real studio hierarchy.

ShellMIT Licenseai-agentsai-assisted-development
23.3k3.3k
microsoft/AirSim

Open source simulator for autonomous vehicles built on Unreal Engine / Unity, from Microsoft AI & Research

C++Otherdronesai
microsoft.github.io/AirSim/
18.3k4.9k
heroiclabs/nakama

Scalable open-source game backend server: multiplayer, matchmaking, leaderboards, chat, and social features for games.

GoGo ModulesApache License 2.0multiplayerbackend
heroiclabs.com
12.9k1.4k
0xFA11/MultiplayerNetworkingResources

A curated list of Multiplayer Game Network Programming Resources

Cgame-developmentgamedev
multiplayernetworking.com
8.6k537
0xFA11/GameNetworkingResources

A Curated List of Multiplayer Game Network Programming Resources

Cgame-developmentgamedev
gamenetcode.com
7.6k484
gonglei007/GameDevMind

最全面的游戏开发技术图谱(Game Development Map)。帮助游戏开发者们在已知问题上节省时间,省出更多的精力投入到更有创造性的工作中去。

C++MIT Licensegame-developmentunity3d
6.4k650
Allar/ue5-style-guide

An attempt to make Unreal Engine 4 projects more consistent

MIT Licenseblueprintnaming-conventions
ue5.style
6.3k1.3k
praydog/UEVR

Universal Unreal Engine VR Mod (4.8 - 5.4)

C++Othercmkrcpp
uevr.io
4.4k252
nxrighthere/UnrealCLR

Unreal Engine .NET 6 integration

C#MIT Licenseunreal-engine-4game-framework
3.3k254
rivet-gg/rivet

🔩 Serverless for stateful backends

Rustcrates.ioApache License 2.0game-developmentmultiplayer
rivet.gg
3.2k80
4sval/FModel

Unreal Engine Archives Explorer

C#GNU General Public License v3.0explorerfortnite
fmodel.app
3k440
gildor2/UEViewer

Viewer and exporter for Unreal Engine 1-4 assets (UE Viewer).

C++MIT Licenseumodelunreal
gildor.org/en/projects/umodel
2.9k564