Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Help with python! Create the Game Control Panel Write a new function that completes the following tasks: Create a 250 x 200 Graphics window with

Help with python!

Create the Game Control Panel Write a new function that completes the following tasks:

Create a 250 x 200 Graphics window with a light-grey background titled Game Contro

l Using Rectangles, Entry, Text objects and any other Graphics elements you need, create the elements in the Game Control Graphics window as shown in the example

The gold BOILER GOLD HUNT! title text is bold and in all capital letters

The NEW GAME and EXIT controls are Rectangles

NEW GAME (gold), EXIT (black)

The PLAYER NAME control is a white filled Entry box

The Text objects should be drawn using the size, color and font shown

The Game Control window should match the colors, font sizes and design shown

This function should return the Player Name, New Game, Exit and Game Control Graphics window objects.

Part 3: Create the Boiler Gold Hunt Window Write a new function that completes the following tasks:

Create a 480x520 Graphics window titled GoldHunt

Draw a 480x40 black Rectangle at the top of the GoldHunt window as shown in the example

Create the Round and Clicks Text objects as shown in the example

This function should return the Round, Clicks and GoldHunt Graphics window objects

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

Students also viewed these Databases questions