Canvas Driver - Instructions

A deliberately buggy canvas game for practicing visual and state-based testing.

About Page

Canvas Driver uses a canvas for the main game display, which means much of the game state is not represented as ordinary DOM text.

Use it to practice:

  • canvas-aware exploratory testing
  • keyboard or control interaction
  • visual observation and note taking
  • JavaScript state inspection
  • deciding what can and cannot be asserted through the DOM

Automated Execution

Automation may need to combine keyboard input, screenshots, and JavaScript inspection rather than relying only on element text.