Class: DebugRoom

Simulation.Mode.DebugRoom(numTilesX, numTilesY)

Class Simulation.Mode.DebugRoom is a simulation that tests that the room class is working correctly. This is mostly to test that the drawing functionality is correct and that a single light sensor can read the lines as they appear on the canvas.

Constructor

new DebugRoom(numTilesX, numTilesY)

The constructor that sets up the simulation variables
Parameters:
Name Type Default Description
numTilesX number 4 Positive integer value for the number of tiles in the x direction
numTilesY number 4 Positive integer value for the number of tiles in the y direction
Source:
See:

Methods

UIPoll()

Polls the simulation mode debug room specific UI elements
Source:

addNewUIElements()

Adds the UI elements that control the debug room mode simulation mode. This code currently has an inefficiency that deletes DOM elements for the inputs if they already exist. It would be preferable if a handle could be saved and reused for these elements.
Source:

update()

Update function that updates the state of the simulation
Source:

Documentation generated by JSDoc 4.0.2 on Fri Aug 30 2024 16:12:54 GMT-0600 (Mountain Daylight Time)