Hello everyone !
After practically one year of work, i’d like to share my last game remake project: Golden Axe (1989).
It’s basically a mixture between the arcade and genesis (mega drive) version.
As always it was implemented using only standard libraries (java 2D, Swing, AWT & Java Sound API) so no external libraries required.
Keyboard Controls:
[F12] key: full screen mode
[F11] key: keep aspect ratio
[Arrow] keys: move player 1
[I] key: magic player 1
[O] key: attack player 1
[P] key: jump player 1
[A, S, D, W] keys: move player 2
[F] key: magic player 2
[G] key: attack player 2
[H] key: jump player 2
I generated an executable with bundle JRE (29.2mb) for windows 64 bits, so no java installation is required in your computer in this case: https://github.com/leonardo-ono/JavaGoldenAxe/releases/download/v0.0.2/golden_axe_v0.0.2.exe
For other platforms, please try Runnable Jar (4.54mb / java 16+ required): https://github.com/leonardo-ono/JavaGoldenAxe/releases/download/v0.0.2/golden_axe_v0.0.2.jar
Video: https://www.youtube.com/watch?v=uevIVLNhQqs
Github: https://github.com/leonardo-ono/JavaGoldenAxe
Thank you