Skip to content

kunalchikte/learnJava---guessingGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

2 Commits

Repository files navigation

Guessing Game

Description

This is a simple guessing game implemented in Java using object-oriented programming concepts. The game involves multiple players guessing numbers against the computer's random number. The game continues until one of the players guesses the correct number.

How to Play

  1. Clone the repository to your local machine.
  2. Compile the Java files using a Java compiler.
  3. Run the compiled Java program.
  4. Follow the on-screen instructions to enter the names of the players and make guesses.
  5. The game will continue until one of the players guesses the correct number.

Files

  • Player.java: Contains the Player class which represents a player in the game.
  • Main.java: Contains the main class where the game logic is implemented.
  • Game.java: Contains the Game class which represents a logic for the game.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages