Deep digger by phoenix-gi
You are a miner!

Go down, collect rubies and avoid enemies! Go deep as much as you can!
Your purpose is to make your score as much as possible.
HOW TO RUN THE GAME.
First, install JAVA (at least will work with java 8). Then download file deep-digger.jar (there is build jar version in gitlab repository) and open via java.
To run via console go to folder with file deep-digger.jar and enter next command:
java -jar deep-digger.jar
For my game source code I used my own game engine (named PGIGE), which I made from scratch on java. You can try my engine or take some its code for yourself. It is not perfect, but may be useful.
Thank you!
by phoenix-gi for ludum dare 48
| Deep digger code | https://gitlab.com/phoenix-gi/deep-digger |
| Game JAR file | https://gitlab.com/phoenix-gi/deep-digger/-/blob/master/out/artifacts/deep_digger_jar/deep-digger.jar |
| PGIGE code | https://gitlab.com/phoenix-gi/pgige |
| Original URL | https://ldjam.com/events/ludum-dare/48/deep-digger |
Ratings
| Overall | 627th | 3.2⭐ | 22🧑⚖️ |
| Fun | 549th | 3.175⭐ | 22🧑⚖️ |
| Innovation | 602th | 2.95⭐ | 22🧑⚖️ |
| Theme | 322th | 3.775⭐ | 22🧑⚖️ |
| Graphics | 672th | 3.025⭐ | 22🧑⚖️ |
| Audio | 567th | 2.842⭐ | 21🧑⚖️ |
| Mood | 639th | 2.925⭐ | 22🧑⚖️ |
| Given | 15🗳️ | 14🗨️ |
Enemies aren't so smart, so they dig only when player is below than enemy..