Answered step by step
Verified Expert Solution
Link Copied!

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.
2.1 Basic Functionality
The game should feature the following components:
10
2 push-buttons
1 RGB
The game should start when a push-button is pressed. The same button should be able to pause
the game during game play. When the game is started, one of the 10 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 10 LEDs up
for 1.5 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 5 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 4 or 5, the RGB should be green. If the score is 2 or 3, the
RGB should be blue and if the score is 1 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

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

Recommended Textbook for

SQL Instant Reference

Authors: Gruber, Martin Gruber

2nd Edition

0782125395, 9780782125399

More Books

Students also viewed these Databases questions

Question

Ty e2y Evaluate the integral dy

Answered: 1 week ago