Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 682 Bytes

File metadata and controls

27 lines (15 loc) · 682 Bytes

OIBSIP

Oasis infobyte java development

Objective

To develop a Java console-based game that allows users to guess a randomly generated number within a limited number of attempts based on difficulty levels

Steps Performed

Implemented difficulty selection with different number ranges and attempts.

Generated a random number using Java utilities.

Took user input and provided hints (Too High / Too Low).

Calculated score based on attempts used.

Displayed game summary and replay option.

Used

Java JDK Scanner and Random classes

A fully functional Java console game demonstrating core Java concepts such as loops, conditionals, user input handling, and basic game logic.