[go: nahoru, domu]

Skip to content
/ SGame Public

SGame is a UE4 made Dungeon Raid like game prototype mainly for learning UE4.

Notifications You must be signed in to change notification settings

wim1103/SGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Practical tutorial for making a UE4 2D Game

Tencent is pleased to support the open source community by making this tutorial available.

Copyright (C) 2015 THL A29 Limited, a Tencent company, and Reiwang. All rights reserved.

Quick introduction

It is a UE4 made Dungeon Raid like game. The following picture may give you a first impression.

Gameplay Image

If you want to further know about the game, you can see the gameplay video from the youtube Gameplay Link

Still under development

The game is still under development, that is to say, serveral part of the game, including

  1. Levelup part (Coin shop, XP full upgrade, Armor full upgrade) is not finished yet.
  2. Majority kinds of the skills and the monsters is still under developement, because of the lacking of art.

Codebase feature

  1. Use UE4 Unreal Message Bus to process the game messages.
  2. Use iTween for UE4 to animate the sprites.
  3. Very well commented code.

Analyze - Design - Implement

Apart from this codebase, there is a very detailed series video tutorial on how to analyze, design and implement the game. But it is in Chinese, because originally this tutorial is conducted by Tencent GAD program. Following is some analyze and design pictures from the video tutorial: Class Diagram 1 Sequence Diagram 1

About

SGame is a UE4 made Dungeon Raid like game prototype mainly for learning UE4.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages