for a python project This program is about playing three games…
Question Answered step-by-step for a python project This program is about playing three games… for a python projectThis program is about playing three games sequentially. The player needs to win the current game to go to the next one.A board is displayed to show the progress of the player after each step in the game.Random Question ~~~~~~~~~~~~~~~~~~~~~~~~~~Key Encryption ~~~~~~~~~~~~~~~~~~~~~~~~~~~~Cracking the Password ~~~~~~~~~~~~~~~~~~~~~~~Figure 1. Board representing the status of the game2. Scenario of the Game A main menu is first displayed where the program asks the player his/her name.The player should type 1 to start the game or -99 to stop the game. The game starts with a screen of waves and a position of the boat at the first shore. A beginning music announces the beginning of the game. Then the user should successfully pass the three key steps of the game. After passing a key step a winning music should be played and a version of the board should be displayed with the new position of the player. You should move the sign “You are here” into the new location. A loop should be used to implement the board. If you don’t use a loop, this part’s grade will not be awarded. If the player is unsuccessful, the game should play a loosing music and an error message like “You lost the game …” (You can be creative here). The three key steps of the game are explained below. Computer Science Engineering & Technology Python Programming Share QuestionEmailCopy link Comments (0)


