This game is a submission for Ludum Dare 57. View all gamesView submission

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
StatusReleased
PlatformsHTML5, Windows, Linux
Authormibi88
GenreAction
Tags2D, Ludum Dare 57
LinksLudum Dare

Download

Download
Fixed linux version 151 kB
Download
Fixed windows version (I hope that it has less performance issues) 61 kB
Download
Original Linux build 149 kB
Download
Original Windows build (it has some performance issues) 62 kB

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.