Skip to content

Programoshi/TopDungeon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

TopDungeon RPG Game

Top Dungeon is a 2D RPG game, created to learn how to use and edit with the Unity engine, which aims to be open sourced to attract other audiences to create, expand and edit the game together.

Technology stack:

  • programming language C # 7.0
  • Unity 2017.2.0f3

Game Features:

  • the function of menu in the game
  • the function of fighting against opponents
  • the healing function
  • the gold and experience collection function

The Top Dungeon app in Unity 2017.2.0f3 is based on MVC (model, view, controller) image

In order to save data, I used the so-called "PlayerPrefs" which performs local saving and loading user data, the game starts with the previously saved ones statistics (e.g. Gold, experience, etc.)

Screen of the Unity "PlayerPrefs" script

image

The game allows for functionalities such as gaining experience, evolving weapons, levels, changing the character skin, we can renew life with the help of the fountain, there is a system of fighting and destroying items such as crates and NPC which after approach announces a message.

On-screen game functionalities:

View of the Application Menu interface

image

Game Interface

image

Conversation with NPC

image

Combat and gold collecting interface

image

Healing Fountain Mechanism

image

Interface when our character dies

image

Game Video:

top.dunegon.video.mp4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published