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)

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
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
Game Interface
Conversation with NPC
Combat and gold collecting interface
Healing Fountain Mechanism
Interface when our character dies
Game Video:






