Hello everyone !
Just finished my last project: Dragon Quest 1 / Dragon Warrior 1 - JRPG Game Remake
It was implemented in java 8 using just standard libraries (java 2D, Swing, AWT & Java Sound API), so as usual no external libraries required.
Keyboard Controls:
[Up, Down, Left and Right] keys: move player
[X] key: confirm
[Z] key: cancel
This time, for windows 64 bits, i also could generate an executable with bundle JRE (27mb), so no java installation is required in your computer in this case: https://github.com/leonardo-ono/JavaDragonQuest1/releases/download/v0.0.2/dq1_win64.exe
For other platforms, please try Runnable Jar (1.8mb / java 8+ required): https://github.com/leonardo-ono/JavaDragonQuest1/releases/download/v0.0.2/dq1.jar
Video: https://www.youtube.com/watch?v=EjklKCcPskg
I couldn’t test it extensively, so if you decided to try it out and find any mistakes or bugs, please let me know !
Thanks