Get as much money as you can by mining bitcoins! Drill deep to get the most valuable bitcoins. (I didn't get this as developed as I would have liked, so there's no real end goal. Just have fun!)

Controls

  • Arrow Keys - Move/Drill

Hints

  • You cannot drill upwards, and you cannot drill sideways if you are not resting on a block
  • Boulders cannot be drilled through

About

Created for TriJam 101
Theme: Binary
Development Time: 3h 34m 50s

Source code available on GitHub

Acknowledgements

Inspired by the game Motherload by XGen Studios

Comments

Log in with itch.io to leave a comment.

wait, how do you storage the map? it seems to be randomly generated, but i can fly back up. is it just a growing table? won't you run out of memory?

The map is randomly generated like you say, and actually uses the map data part of memory. But instead of a 128 X 64 sprite area, it uses wraparound so it’s treated as a 16 X 512 area. So there is actually a finite depth, but most people stop playing before then. Then the entire map can just stay in memory without having to do anything fancy to make it go on forever (that would be pretty cool though. If I revisit this, I think I would take away the ability to fly back up to make this happen).

Here’s the source code if you’re interested. The relevant functions are mymset, mymget, randomizeGround, and drawGround

https://github.com/CaterpillarGames/pico8-games/blob/master/carts/binary-minery/binary-minery.p8

Cool name! Nice protoype!

ima try and re make this game in code,org

this is why we can't have nice things