Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Complete in Python!!!! This assignment has you building some basic components of a video game Write a script that has the following: Three classes: A

Complete in Python!!!! This assignment has you building some basic components of a video game

Write a script that has the following:

  1. Three classes: A Player class, a RedPlayer class, and a BluePlayer class. RedPlayer and BluePlayer should be subclasses of Player.
  2. All players should have a name and a position represented by a number. The position represents how many miles they are along a trail.
  3. Both a RedPlayer and a BluePlayer can walk with a walk() function. When a RedPlayer walks, they should move forward between 1 and 10 steps. A BluePlayer should move forward between 2 and 6 steps. The actual number of steps should be randomly generated within the given range.
  4. The Player class should have a list of all players called playerList
  5. The main script should ask the user how many red players they want and how many blue players. For each player, the user should give that player a name.
  6. Then, the script should have all players walk until a player gets to 100 miles (or further). Announce that player as the winner.

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

MySQL/PHP Database Applications

Authors: Brad Bulger, Jay Greenspan, David Wall

2nd Edition

0764549634, 9780764549632

More Books

Students also viewed these Databases questions

Question

5. Understand how cultural values influence conflict behavior.

Answered: 1 week ago

Question

e. What do you know about your ethnic background?

Answered: 1 week ago