Answered step by step
Verified Expert Solution
Question
1 Approved Answer
In this project, you are required to create a version of the cyclone arcade game. The goal of this game is to stop a scrolling
In this project, you are required to create a version of the cyclone arcade game. The goal of
this game is to stop a scrolling light at a specific point. You can see an example of the game
and how it works during the first few minutes of this video. The basic functionality of the
game you should implement and the components that should be used are described in Basic
Functionality. Major and minor adjustments that can be implemented for additional marks are
described under the Additional Major Adjustments and the Additional Minor Adjustments sections.
The adjustments are divided according to what basic feature or component it relates to thus,
there may be more than one feature described under a subsection. Each point describes a feature
on its own. Check the Assessment section for the break down of how the functionality will be
marked.
Basic Functionality
The game should feature the following components:
pushbuttons
RGB
The game should start when a pushbutton is pressed. The same button should be able to pause
the game during game play. When the game is started, one of the LEDs lights up this LED
is the indicator LED and indicates where the player should stop the scrolling light. This LED
should be chosen at random. The scrolling light is created by lighting each of the LEDs up
for seconds each one by one. The player chooses when to stop the scrolling light with the
second button. Once the scrolling light is stopped, a new round begins during which a new
indicator LED is chosen, and the game is played again. There should be rounds. An example
of how the game may look is shown is this video.
Once all the rounds are complete, the RGB LED should show a score. The score should be
calculated by determining how many times the player was able to stop the scrolling light on
the indicator light. If the score is or the RGB should be green. If the score is or the
RGB should be blue and if the score is or less then the RGB should be red. The game can be
restarted by pressing the first button.
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