Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Using Python, design a game with the above output. It's similar to hangman. Here's what I have so far: _main_.py: from game.director import Director director

image text in transcribed

image text in transcribed

Using Python, design a game with the above output. It's similar to hangman.

Here's what I have so far:

_main_.py:

from game.director import Director

director = Director()

director.start_game()

and I have a blank _init_.py

It must have:

-The program must have at least four classes.

-Each module, class and method must have a corresponding comment

-The game must remain generally true to the order of play described in the rules.

Jumper template:

Jumper There are old skydivers and bold skydivers, but there are no old, bold skydivers. - Jeff Wuorio - Overview Jumper is a game in which the player seeks a secret word one at a time. solve a puzzle by guessing the letters of Rules Jumper is played according to the following rules. 1. The puzzle is a secret word randomly chosen from a list. 2. The player guesses a letter in the puzzle. 3. If the guess is correct, the letter is revealed. 4. If the guess is incorrect, a line is cut on the player's parachute. 5. Play continues until the puzzle is solved or the player has no more parachute. Interface 0 / Guess a letter [a-z]: a 0 Guess a letter [a-z]: z Dos | Guess a letter [a-z]: y a 0 Guess a letter [a-z]: x a / / D- VVVVVVV Guess a letter [a-z]: z a De VVVVVVV Guess a letter [a-z]: y 0 117 / VVVVVVV Guess a letter [a-z]: x e 117 \/ vvvvvvv Guess a letter [a-z]: w X 117 \/ VVVVVVV

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Relational Database Design A Practical Approach

Authors: Marilyn Campbell

1st Edition

1587193175, 978-1587193170

More Books

Students also viewed these Databases questions