
How to Make a Text-Based Adventure Game in Android Studio (Java) - Part 6
In this video, we start coding in Java. We set OnClick on each object and use Intent to move to other activity.
[ 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 About Java code on Android
2:18 Interact with objects by "findViewById"
5:30 Set OnClick on Start button
7:08 Use Intent to move to other activity
8:20 Wok on the GameScreen class
#java #tutorial #android