当前位置: 首页 > 软件库 > 游戏/娱乐 > >

ActionRoguelike

授权协议 Readme
开发语言 C/C++
所属分类 游戏/娱乐
软件类型 开源软件
地区 不详
投 递 者 权烨磊
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Action Roguelike Game (Course Project)

This project is part of the Professional Game Development in C++ and Unreal Engine Course where we build this project step-by-step.

Course Header

Stanford University CS193U Reference Project (Fall '20) Details: Course Page

Current Engine Version: 4.27

Use Branch "Lecture29-FinishedProject" for Course-only Code. (Made with UE 4.25) ('Main branch' includes additional polish and features)

GitHub Branch Selection Info

Combat Example Still

Project Features

  • Third-person Action Character Movement
  • 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.
  • Heavy use of Events to drive UI and gameplay reactions.
  • Mix of C++ & Blueprint and how to combine these 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 AIPowerups
  • Powerup pickups to heal, gain credits/actions.UMG
  • Main menu to host/join game
  • UI elements for player attributes and projected widgets for powerups and enemy health.
  • C++ Localized Text

This project is part of the Professional Game Development in C++ and Unreal Engine Course where we build this project step-by-step.

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)

  • 从知乎迁移到CSDN 原文地址:炉间书客 源码地址:ActionRoguelike Source Git hub 课程地址:Professional Game Development in C++ and Unreal Engine C++源码中SpawnActor中的生成参数配置:SpawnActor中的FActorSpawnParameter附带了生成时的一些额外控制参数,用于精细的控制生成的

相关阅读

相关文章

相关问答

相关文档