An open API service indexing awesome lists of open source software.

https://github.com/bharat2044/number-guessing-game-using-java-oops

Number Guessing Game implemented using Object-Oriented Programming (OOP) principles in Java 🧩
https://github.com/bharat2044/number-guessing-game-using-java-oops

java java17 object-oriented-programming oops oops-in-java

Last synced: 7 months ago
JSON representation

Number Guessing Game implemented using Object-Oriented Programming (OOP) principles in Java 🧩

Awesome Lists containing this project

README

          

# **Number Guessing Game using Java (OOPS) 🧩`**

> This repository contains a Number Guessing Game implemented using Object-Oriented Programming (OOP) principles in Java. The game allows players to guess a randomly generated number within a specified range.

## How to Run:

### Clone the Repository
```sh
git clone https://github.com/Bharat2044/Number-Guessing-Game-using-Java.git
```

### Change the Directory
```sh
cd Number-Guessing-Game-using-Java
```

### Compile the Code
```sh
javac GameTest.java
```

### Run the Game
```sh
java TestGame
```