This is a mobile RPG hack'n slash game with perma death system.
The main objective is to kill all the enemies in a stage. Once every enemies are dead the player can choose which stat to upgrade from damage, health and special. Player also get to choose a random weapon/item at each stage end. Player can also upgrade weapon and armour. Upgrade money is acquired through killing enemies. Boss enemies drop special items. Player can also upgrade passive skills by acquiring separate money for it through killing enemies. Player will lose all items, weapons, money, passive money and upgrades when player dies. Player will start from the start when dead.
Latest stable Unity version is 2019.2.9f1. Install Unity game engine from version 2019.2.9f1 or after. There are two ways to install Unity, as follows:
-
The latest version of Unity: Download the latest version of Unity from the link and follow the installation instructions to install Unity. Once installation is done start Unity and open the project. If the downloaded Unity version is higher than the stable Unity version then a prompt will ask you to update the project automatically for being able to work with the latest Unity version. This process may break the project if the project's Unity version is too backdated.
-
Unity Hub (recommended): Download the Unity Hub. Follow the installation instructions to install Unity Hub. Once installation is done open the Unity Hub. Select the "Installs" tab and then in the "Installs" tab click the "Add" button. A prompt will open with many Unity versions. Select the Unity version that matches the Unity version of the stable and click "Next". Follow the installation instruction. Once the Unity version is done installing then open the project in Unity. You can also use the hub to install the latest version of Unity. If you do install the latest version of Unity then please follow the instructions in point 1. for opening the project in the latest version of Unity.
Latest stable Android Studio version is 3.4 Build #AI-183.5429.30.34.5452501, built on April 10, 2019. Install Android Studio from 3.4 Build #AI-183.5429.30.34.5452501 or latest version of Android Studio. Download Android Studio from here. After the download then install the Android Studio and follow the installation instructions.
Download the latest stable version of the project and open it up in the Unity. It is that simple. If stable's version causes issue then please follow point 2. in Prerequisites.
Open the project in Unity. Navigate to Scene1.unity and open it which is in Assets/LastTry/_Scenes/Scene1.unity
Figure1: Navigating to Scene1.Unity
Once Scene1.unity has been opened then set the flag "Is Joy Pad" to true. The find the flag navigate in the "Hierarchy" tab to find the PlayerHolder which is in Root/Characters/PlayerHolder. Select the PlayerHolder and then on the "Inpector" tab there will be the "PlayerCharacter (Script)". In the "PlayerCharacter (Script)" scroll down to "Player Character Properties" header and under that header is the flag "Is Joy Pad". Set it to true. Making it true will allow to use mouse and keyboard or joypad to play the game in editor.
Figure2: Navigation to "Is Joy Pad" flag
Hit the play button on the Unity.
-
Mouse and Keyboard: To move around use W,A,S and D. To attack press left mouse button or left ctrl button in keyboard. To dash press right mouse button or right alt button in keyboard.
-
PS4 Controller: To move around use the left thumbstick. To attack press the "Square" button. To dodge press the "Circle" button.
-
XBOX Controller: To move around use the left thumbstick. To attack press the "X" button. To dodge press the "B" button.
The project uses Semantic Versioning. Available versions can be seen in tags on this repository.
- Syed Shaiyan Kamran Waliullah
This project is licensed under the GNU General Public License v3.0 - see the LICENSE.md file for details