A simple and interactive Treasure Hunt game built using HTML, CSS, and JavaScript.
Players solve a series of riddles, and each correct answer unlocks the next clue until the treasure is found.
π Play Here:
π https://sanjeeb-j.github.io/tressure_hunt/
- π§© Riddle-based treasure hunt gameplay
- β Real-time answer validation
- π Automatic progression to the next clue
- π Final victory screen when all clues are solved
- π Replay option without manual refresh
- π± Lightweight and browser-friendly
- HTML β Structure of the game
- CSS β Styling and layout
- JavaScript β Game logic and DOM manipulation
treasure-hunt/
β
βββ index.html # Main HTML file
βββ style.css # Game styling
βββ script.js # Treasure hunt logic
βββ README.md # Project documentation