Ludum Dare #48compo
Deep digger
-------
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
---
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
---

Comments11
Enemies aren't so smart, so they dig only when player is below than enemy..