Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Assignment 3 A: Mathletes Game! With the introduction of loops, we now know enough about programming to begin creating simple games. Our first game (

Assignment 3A: Mathletes Game!
With the introduction of loops, we now know enough about programming to begin creating simple
games. Our first game (sponsored by the KSU College of Science and Mathematics) will test your
ability to solve multiplication problems.
Your game will first ask the player if they want to play on easy or hard mode. Save their response in
an appropriate variable (you will reference it later). Then, you will randomly generate two numbers
and display them to the player in the form of a multiplication problem (Refer to the online lab videos.
for help with random numbers). The possible numbers will range between -255 and 255.
You will ask the player to solve the equation. You will keep creating multiplication questions until the
player wins or loses.
Based on whether the player chose "hard" or "easy" mode, the game will play a little differently.
Refer to the following rules for the difference:
Call the file name
Assignment3A.py and the class name Assignment3A. Example outputs are
shown below. Note that due to using a random number generator, you will not get the same
numerical results - but the formatting and wording should be the same.
User input is indicated in bold.
In Python please!
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Students also viewed these Databases questions