How to Make a Text-Based Adventure Game in Android Studio (Java/Kotlin) Part 2
In this video, I will navigate the Android Studio, the tool that we will use for the development.
If you are not so familiar with Java, you might want to watch this my old tutorial first:
Super Beginner's Text Adventure Game Creation in Java
https://www.youtube.com/playlist?list=PL_QPQmz5C6WX9X9bhBLnIU-eeNCBSyWmG
How to Make Text Adventure Game with GUI in Java
https://www.youtube.com/playlist?list=PL_QPQmz5C6WUMB0xEMZosWbyQo_Kil0Fb
The pictures used in the game are all from: https://game-icons.net/ (under CC BY 3.0 license):
- carnivorous-plant (by Delapouite)
- dungeon-gate (by Delapouite)
- gargoyle (by Delapouite)
- sword-altar (by Delapouite)
- trail (by Delapouite)
- warp-pipe (by Delapouite)
- hasty-grave (by Skoll)
- open-treasure-chest (by Skoll)
- wooden-sign (by Lorc)
The ending music:
Once Again (https://www.bensound.com)
Time Stamps:
0:00 About Android Studio
0:52 Activate Android Studio
2:40 The flow chart of this tutorial
3:07 Minimum API
4:38 Explain the folders
6:34 Create an activity
8:10 Explain the interface and how to use them
#kotlin #tutorial #android