Question: PLEASE EXPLAIN THE PROCESS YOU USED TO CREATE THIS GAME! create a bash shell script for a number guessing game. Here are the requirements: a.

PLEASE EXPLAIN THE PROCESS YOU USED TO CREATE THIS GAME!

create a bash shell script for a number guessing game. Here are the requirements:

a. Your program generates a random number between 0 and 128 and keeps asking the user to guess the number until the user guesses it correctly.

b. If the user guesses a number that is lower or higher than the number to be guessed then indicate that information to the user as a low guess or a high guess so that the user can get to the correct guess quicker.

c. The program keeps track on number of guesses taken by the user to get to the correct guess. This is users score.

d. Your program asks user for the name and adds users name and the score in a file that keeps track of the scores by various users.

e. At the end of the game, the program displays the top 3 scores (lowest 3 scores) along with the name of the users to conclude the game. John 4 Sam 7 Tony 10 You will submit the following: the shell script that you develop and a short description of your experiential learning while working on this project.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!