Skip to content

pypewpew/game-mine

Repository files navigation

Mine

Rules

This is a simple digging and rock pushing game. The player controls a miner, represented by a blinking pixel.

Miner in a tunnel

They can move up/down/left/right, digging a tunnel (represented with black pixels). They can't dig through rocks (represented as red pixels), but they can hold the rock if they stand below it, and they can push the rock left and right if there is empty space on the other side.

Miner holding a rock

Unsupported rocks fall down. The objective of the game is to collect all treasures, represented as yellow pixels.

Miner collecting treasure

If at any point a falling rock hits the miner, it stuns them, and the game is over.

Miner hit by a rock

If two rocks stand on top of each other, they can be held in place by dirt or the miner.

Miner holding a rock sideways

However, if there is empty space next to the rocks, the top rock will slip to the side and fall down.

Rock slipping to the side

Code

About

A mine digging game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages