Skip to content

Data Tablet

Contract data_tablet. Extends Contract with:

The data tablet scanner.

Returns: DataTablet

Probe a cell and return a ProbeResult.

Returns: ProbeResult · Raises: TypeError / ValueError for malformed coordinates

Grid dimensions.

Returns: number

MemberReturnsMeaning
.charstringCharacter at this cell
.distancenumberManhattan distance (steps) to the nearest message cell; 0 means this cell IS a message cell

Approach: use the distance gradient to home in on message cells instead of scanning the whole grid, collect their characters, and transmit the message.