How to Make a Text-Based Adventure Game in Android Studio (Kotlin) - Part 6
In this video, we start coding in Kotlin. We set OnClick on each object and use Intent to move to other activity. I also explain the difference between Kotlin and Java a little bit.
[ My Java Tutorial Playlists ]
How to Make Text Adventure Game with GUI in Java
https://www.youtube.com/playlist?list=PL_QPQmz5C6WUMB0xEMZosWbyQo_Kil0Fb
Super Beginner's Text Adventure Game Creation in Java
https://www.youtube.com/playlist?list=PL_QPQmz5C6WX9X9bhBLnIU-eeNCBSyWmG
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 Some explanation
1:52 Set OnClick on Start button
5:10 Create Story class
6:36 Create constructor
7:07 About var and val
9:00 Create a function
#kotlin #tutorial #android