Dragon Quest 1 / Dragon Warrior 1 - JRPG Game Remake

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 :slight_smile:

4 Likes

i didn’t know i can’t edit my previous post, so here’s an update to v0.0.3: added scroll ending with original credits.

https://github.com/leonardo-ono/JavaDragonQuest1/releases/download/v0.0.3/dq1_win64_v0.0.3.exe

https://github.com/leonardo-ono/JavaDragonQuest1/releases/download/v0.0.3/dq1.jar

thanks again :slight_smile: