Global

Members

alpha

An array of alpha values for all the tiles
Source:

blueIndex

The index of the blue tile in the alpha array
Source:

classicMode

A flag to dictate wether the game is being played in the classica way or if the user has to remember the sequence backwards.
Source:

delayStart

The start frame for when the tile flash should turn off so that consecutive flashes of the same tile do not blend into one.
Source:

frameOffset

Stores the start frame so that the animations are not clipped at the beginning
Source:

frequency

The number of frames between each flash of a tile whilst the computer is showing the user the sequence.
Source:

greenIndex

The index of the green tile in the alpha array
Source:

inFrequency

The minimum number of frames between each user input so that the selected tile can light up.
Source:

input

An array storing the users input values
Source:

inputMode

A flag which dictates if the user can input the remembered sequence.
Source:

nextInput

A flag to see if the current user input has stopped lighting up
Source:

offAlpha

The alpha value for the tiles that are turned off
Source:

onAlpha

The alpha value for the tiles that are turned on
Source:

position

Stores the position in the sequence the program is at when it is displaying the sequence for the user to remember.
Source:

redIndex

The index of the red tile in the alpha array
Source:

score

User score
Source:

sequence

Stores the pattern that needs to be remembered
Source:

showSequence

Flag to say wether or not the sequence is currently being displayed
Source:

startMode

A flag which dictates if the start screen is shown or not.
Source:

yellowIndex

The index of the yellowtile in the alpha array
Source:

Methods

draw()

p5.js function, draws all elements on the screen
Source:

drawMode()

Draws which mode is currently active in the top left corner of the screen
Source:

extendSequence(amount)

Function to add a random number between 1 and 4 to the end of the sequence array
Parameters:
Name Type Default Description
amount number 1 How many numbers to add to the sequence
Source:

keyPressed()

Function to handle key presses. This will either switch the game to clasic mode or backwards mode.
Source:

mousePressed()

Function to handle mouse press events. This will either begin the program or act as the user input for the sequence.
Source:

resetGame()

Function to reset all game variables
Source:

setup()

p5.js function, creates canvas and intialises sequence
Source:

startGame()

Function to begin the game
Source:

Documentation generated by JSDoc 3.6.3 on Sun Jun 05 2022 20:16:33 GMT+0100 (BST)