Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 510 Bytes

File metadata and controls

20 lines (16 loc) · 510 Bytes

Number Guessing Game (Java - Basic)

📌 Description

A fun number guessing game in Java where the computer generates a random number and the user has to guess it within limited attempts.

🛠️ Skills Used

  • Core Java (basic)
  • Random Class
  • Loops
  • Conditional Statements

🚀 Features

  • Random number generation
  • User input with hints (too high / too low)
  • Limited number of attempts

▶️ How to Run

  1. Clone the repository
  2. Compile: javac GuessGame.java
  3. Run: java GuessGame