/cavern-minesweeper

A cavern styled minesweeper game with tiered "ores" which can only be mined by gradually levelling up your pickaxe. Ores attempted to mine without the required level will result in damaging your pickaxe.

Primary LanguageRubyApache License 2.0Apache-2.0

Cavern Minesweeper

Cavern Minesweeper is based off of the original Minesweeper game but with tiered mines (ores) which can only be mined if the player has uncovered enough squares to advance to the required mining level. The game has three levels of difficulty to challenge competitive players.

This project served as a tool to teach me Ruby.

Features

  • Three playable difficulties.
  • Tiered Ores which damage the player if their level is not sufficient enough.
  • Flood Fill algorithm for revealing tiles.
  • Shoes GUI.

Screenshot

cavern-minesweeper1