How to Make Point and Click Adventure Game in Java Part 1 - Swing GUI Programming Tutorial
This is a tutorial about how to create a simple game without using any external library (just built-in Java classes, mainly the Swing).
If you have any questions regarding this program, feel free to leave a comment.
If you are new to Java GUI programming, check my past tutorial. It will make understanding this tutorial much easier.
How to Make Text Adventure Game with GUI in Java
https://www.youtube.com/playlistlist=PL_QPQmz5C6WUMB0xEMZosWbyQo_Kil0Fb
[ My Other Java Tutorial Playlists ]
Super Beginner's Text Adventure Game Creation in Java
https://www.youtube.com/playlist?list=PL_QPQmz5C6WX9X9bhBLnIU-eeNCBSyWmG
Java Game Development Extra
https://www.youtube.com/playlist?list=PL_QPQmz5C6WVDAle3owLhbI-YhXXAwD3n
How to Make Cookie Clicker in Java
https://www.youtube.com/playlist?list=PL_QPQmz5C6WXSKlDFM_cXEhA4X85Wh-X8
How to Make Notepad in Java
https://www.youtube.com/playlist?list=PL_QPQmz5C6WUTPONMeQcEEdKax0wGsnZB
How to Make a Simple Adventure Game on Android (Java/Kotlin)
https://www.youtube.com/playlist?list=PL_QPQmz5C6WVWGhGVlT25UGYFUt7k9DGX
Dungeon Crawler RPG Development (Vlog)
https://www.youtube.com/playlist?list=PL_QPQmz5C6WVBIae3PM0I4ZX7X2MgHmLQ
Images that I used for this game are from:
https://pixabay.com
https://game-icons.net/
https://www.ac-illust.com/
Music that I used for this game are from:
Acoustic Breeze (https://www.bensound.com)
Ofelia's Dream (https://www.bensound.com)
#Java #Swing #GUI