Back

TreasureHunter

View Repository
JavaScriptCSSHTML

TreasureHunter

TreasureHunter is a game similar to Minesweeper but with no hints, pure RNG. The goal is simple: avoid the bombs and find the treasure! It features different difficulty levels and grid sizes, making the game challenging and fun.

Features

Technical Details

The game was built using:

Implementation

The main challenge in this project was to implement the random placement of bombs and the logic to check for wins or losses without any numbers or hints. Each grid is generated dynamically, and the player’s only clue is to avoid clicking on bombs. The game’s randomness makes it a fun test of pure luck!