Global

Members

clicks :Integer

Stores the number of clicks the player has taken on their way to the final state
Type:
  • Integer
Source:

clicksDisplay :p5.element

Handler for paragraphs element that displays the click value
Type:
  • p5.element
Source:

coloursDisplay :p5.element

Handler for the paragraph that displays how many colours can be selected
Type:
  • p5.element
Source:

coloursSlider :p5.element

Handler for the number of colours slider
Type:
  • p5.element
Source:

grid :Grid

The instance of the Grid object
Type:
Source:
See:

gridSize :Integer

The current number of cols and rows in the grid
Type:
  • Integer
Source:

gridSizeDisplay :p5.element

Handler for the paragraphs that displays the current grid size.
Type:
  • p5.element
Source:

gridSizeSlider :p5.element

Handler for the grid size slider
Type:
  • p5.element
Source:

numbersButton :p5.element

Handler for the show numbers toggle button
Type:
  • p5.element
Source:

numColours :number

The current number of colours available to fill tiles in the grid
Type:
  • number
Source:

resetButton :p5.element

Handler for the reset button
Type:
  • p5.element
Source:

showNumbers :boolean

Show numbers state flag
Type:
  • boolean
Source:

Methods

draw()

p5.js draw function, is run every frame to create the desired animation Invokes grid drawing method.
Source:

mousePressed()

Mouse down event handler. Accesses the grid to request the colour of the tile at the cursor location. Uses this colour to implement the next step in the fill process. Finally checks to see if the state of the grid matches the end game state or if the game has ended due to an excess of clicks from the player.
Source:

numberToggle()

Show / Hide numbers event handler
Source:

reset()

Reset the grid and all game states
Source:

setup()

p5.js setup function, creates canvas.
Source:

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