Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Assignment 5 A: An A - MAZE - ING Adventure! For this assignment, you will build a simple timed maze game. You will move a

Assignment 5 A: An A-MAZE-ING Adventure!
For this assignment, you will build a simple timed maze game. You will move a character through a maze to obtain a treasure. Once the treasure is obtained the maze layout will change, and you must navigate back out of the altered maze before the time limit.
You have the freedom to design and create your own maze layouts, images, and sounds (as long as they are school-appropriate). However, it must meet the following requirements:
The screen must be 800 pixels wide by 600 pixels tall
The maze must have multiple paths and dead ends, and at least one path to the treasure.
You must be able to move a player through the maze with the W, A, S, D keys (up, left, down, and right respectively).
You must implement collision code so that the player can not move through the walls
When the player collides with the treasure, the following events must occur
The treasure is no longer drawn on the screen
A sound effect is played
The maze layout changes in some manner you must follow a new route to leave the maze
A 30 second timer must appear on the screen and count down every second
The game must end when either the player returns to the start or the timer reaches 0

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_2

Step: 3

blur-text-image_3

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

Inference Control In Statistical Databases From Theory To Practice Lncs 2316

Authors: Josep Domingo-Ferrer

2002nd Edition

3540436146, 978-3540436140

More Books

Students also viewed these Databases questions

Question

Identify the four steps of the investment planning process.

Answered: 1 week ago