How to play the game - SKCarlsson/DungerMan GitHub Wiki
There are 2 ways of playing the game though a touch-device is needed for both. Here is a quide of how to start the game.
Method 1 - Building the game from unity. For this method an Android device is needed. This method is a bit more advanced but will by far provide the best quality of the game.
Step 1 - settting up the device. First you need to make sure USB-debugging is turned on. Usually this is done by accessing the "About this unit" tab in settings, then finding the "Build Number" and clicking this 7 times. That will open up developer mode on android devices. Next up is making sure that the usb driver for the device is up to date and installed on your mac/pc.
Second you have to make sure Android SDK is installed on your PC/Mac and add the location of this to Edit -> Preferences -> External Resources -> Android SDK Location.
Step 2 - Building the game to the device. For this step and installation of Unity is required and a few settings need to be checked. First enter File -> Build Settings, and then find the Player Settings.Find the Android Tab and in resolution and Presentation find "Default Orientation" and make sure Auto Rotation and the 4 boxes below are checked. Then in Other Settings make sure that the Bundle Identifier is not unity's default identifier since the game then won't build.
If all these settings are correct the game should be easy build to your android device by just plugging in the device and make sure in build settings it will build to android and then just play build and the game should run.
- Method - Unity Remote This method is insanely easy and only requires Unity installed on your PC/Mac and Unity Remote installed on you device (Supports both Android and IOS).
When you then open the game in unity, plug in your device, open unity remote on it and press play in unity. Remote will then copy the play screen in unity to your phone and you can play it like that directly from unity.
As mentioned the last method is quite poor quality but it can provide an idea of how the game works and it was mainly used for developing purposes.
NOTE: The game cannot in the current state be played on PC/Mac since there is no controls created for these. The only controls implemented are the touch-joy-stick in the bottom left corner of the game.