Hello all, it’s been a long time since my last post !
Here is my latest java 2D game project: Dig Dug Remake
As always, it was implemented in java 8 using just standard libraries (java 2D, Swing, AWT), so no external libraries required.
Keyboard Controls:
[Up, Down, Left and Right] keys: moveDig Dug
[Space] key: fire harpoon / pump
Link to download Runnable Jar [java 8] / Source code (release v0.0.1): https://github.com/leonardo-ono/JavaDigDugGame/releases/tag/v0.0.1
Video: https://www.youtube.com/watch?v=2U6F2cvjEpA
Thank you