Welcome to Riddle Quest, a challenging number-guessing game in Java!
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?
-
Prerequisites: Ensure that you have Java installed on your computer.
-
Getting Started:
- Compile the
RiddleQuest.java
file:javac RiddleQuest.java
- Run the game:
java RiddleQuest
- Compile the
-
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!
-
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.
-
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.
Include images or gifs of your game in action to make your README more engaging.
Contributions are welcome! If you have ideas for improvements or additional features, feel free to submit a pull request.