Question: Python Statements and Lists Interactive game of guessing a number The objective of this project is to become familiar with the Python programming language at

 Python Statements and Lists Interactive game of guessing a number The

Python Statements and Lists Interactive game of guessing a number The objective of this project is to become familiar with the Python programming language at an elementary level through both trial and error and a group effort. Some of the rules of the game are as follows. Either the bounds need to be stated or the player needs to choose bounds. The player will have a finite number of attempts to guess the number. Every time the player guesses the game must indicate whether they were above or below the number. If the player does not guess the number, in the finite number of attempts allotted, they lose the game The program should perform, at least, the following tasks. Using an interface explain what the program does to the user. Explain the rules of the game to the user The random number generator will generate a list of numbers hidden from the player (You may want to consider having the player choose a seed for the generator.) Select one of the numbers from the list as the number to be guessed. Tell the player their score upon completion of the game A graceful exit if they finish the game before the number of attempts is exhausted. O

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!