Answered step by step
Verified Expert Solution
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 A: An AMAZEING 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 schoolappropriate However, it must meet the following requirements:
The screen must be pixels wide by 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 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
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started