Decoded Result

Enter clues to see the decoded input sequence.

Clock math

Time is parsed into hours and minutes, then converted to a 12-hour base integer. The minute-hand delta assumes the default 12 o'clock start. The hour-hand delta subtracts the stuck position from the target hour, applies modulo 12, and corrects negative wraps.

Piano and safe

The Piano decoder normalises your sheet-music sequence into the same five-key output the in-game piano expects. The Basement Safe decoder simply echoes the combination in the order the signage provides so you can punch it in without parsing the wording mid-pursuit.

Walkthrough

A short walkthrough demonstrating how the Clock Code is decoded.