Skip to content

RaniTayade/NumberGuessingGame-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 

Repository files navigation

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

About

Interactive Number Guessing Game implemented in Java.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages