
How to Make a Text-Based Adventure Game in Android Studio (Java/Kotlin) Part 1 - Introduction
This is a beginner Android game development tutorial. We will create a simple command-based (choose your own adventure-style) text adventure game.
I will make the same game both in Java and Kotlin so you can choose one that you are interested in.
*Note*
The first 5 videos are for creating GUI and the content is the same both in Java and Kotlin so I will not repeat these parts.
If you are a complete beginner, these my old Java tutorials might help:
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)
#java #kotlin #tutorial #android