GOLD HUNGER
How to play
Your goal is to mine the minerals because you need to eat them if you don’t want to starve.
The more the mineral is precious the more food points you get:
- 1 point for copper
- 2 points for gold
- 3 points for platinum
- 4 points for diamond
Dig by clicking or by pressing the space bar.
Move with the arrow keys.
The up arrow lets you jump.
The higher your score is, the more points you get to get upgrades and go deeper.
Note: With time you starve faster
Note: Sometimes the keyboard input doesn't work correctly in the web version. I was unable to fix it.
Timelapse of me coding it:
Published | 13 days ago |
Status | Released |
Platforms | HTML5, Windows, Linux |
Author | mibi88 |
Genre | Action |
Tags | 2D, Ludum Dare 57 |
Links | Ludum Dare |
Download
Install instructions
Building from source
My engine does not support windows, but I made a dirty port a few days ago to get it working on windows, but it seems to suffer from performance issues
To compile it from source, run:
git clone https://github.com/mibi88/MibiEngine2.git git clone https://github.com/mibi88/ld57.git cd MibiEngine2 ./build_engine.sh cd ../ld57 ./build.sh
If you want to compile it for the web, add -e
when calling ./build_engine.sh and ./build.sh
.
Then you can simply run it by typing ./main
.
Leave a comment
Log in with itch.io to leave a comment.