# Riddle Quest

Welcome to **Riddle Quest**, a challenging number-guessing game in Java!

![Riddle Quest Logo](riddle_quest_logo.png)

## Overview

In Riddle Quest, you'll embark on a journey to solve the ultimate numerical riddle. Your mission is to guess the hidden number within a limited number of attempts. Can you conquer the enigmatic digits?

## How to Play

1. **Prerequisites**: Ensure that you have Java installed on your computer.

2. **Getting Started**:
   - Compile the `RiddleQuest.java` file:
     ```bash
     javac RiddleQuest.java
     ```
   - Run the game:
     ```bash
     java RiddleQuest
     ```

3. **Gameplay**:
   - You have a total of 10 attempts to guess the secret number.
   - After each guess, you'll receive hints to help you find the correct number.
   - If you guess the number within the limited attempts, you win the game!

4. **Win or Lose**:
   - If you successfully guess the number, you'll be crowned the Riddle Quest champion.
   - If you run out of attempts, the game will reveal the secret number, and you can try again.

5. **Customization**:
   - You can customize the game by modifying the code. Adjust the range of numbers, the number of attempts, or add unique features to make it your own.

## Screenshots

Include images or gifs of your game in action to make your README more engaging.

## Contributing

Contributions are welcome! If you have ideas for improvements or additional features, feel free to submit a pull request.

