head to head
Neither is meaningfully harder - they pose close to the same test. The widest gap is variance, and it is a single point.

Optimization · Pure Optimization
A time-travel puzzle game built entirely on deducing cross-era item interactions with no randomness.

Optimization · Pure Optimization
A visual programming puzzle that teaches algorithmic thinking through factory-floor instruction sequences.
Day of the Tentacle leans Optimization (Pure Optimization); Human Resource Machine leans Optimization (Pure Optimization).
Same score on execution - which means the number cannot separate them. The difference is in what each one asks of you.
Day of the Tentacle
SCUMM interface eliminates any timing or motor demand
Human Resource Machine
Dragging instructions has no timing component
Same score on reads - which means the number cannot separate them. The difference is in what each one asks of you.
Day of the Tentacle
No opponent; multi-era puzzles are fully scripted
Human Resource Machine
No opponent; purely computational puzzle
Day of the Tentacle leans a little harder on variance, though the gap is small.
Day of the Tentacle
Deterministic world state across three time periods
Human Resource Machine
Input data is fixed per level with no randomness
Human Resource Machine leans a little harder on optimization, though the gap is small.
Day of the Tentacle
Cross-era cause-and-effect chains form a tightly solvable logic puzzle
Human Resource Machine
Writing minimal correct assembly-like programs to pass each input sequence
A matching score does not mean a matching test. Two games can both sit at 10 on execution and demand completely different things of you - which is why the reasoning above matters more than the number beside it.