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
- • Randomly generated grids with hidden bombs
- • Three levels of difficulty: Easy, Medium, Hard
- • No numbers or hints, just pure luck!
- • Simple and intuitive interface
Technical Details
The game was built using:
- • HTML for the structure
- • CSS for styling
- • JavaScript for the game logic and interactions
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!