The Number Guessing Game

2024-07-01 00:00:001

View on GitHub

Description

Build a console number guessing game that prompts a player to choose a number between a specified range of numbers. After the user guesses the correct number, display the number of attempts it took them to guess correctly.

Edit Delete