Distance: 0
Heading: 0°
Score: 0
Mode: -
CodePath Console
Code Capture
> Welcome to CodePath! Navigate from the black start point to the green target point using code commands.
> Type "help" for available commands.

CodePath Navigation

Choose your navigation mode:

Multi-Prompt Navigation

Navigate to the green target using multiple commands. Each command is executed separately.

  • Execute commands one by one
  • See immediate feedback after each command
  • Perfect for learning and experimentation
  • Score based on total commands used

One-Prompt Navigation

Navigate to the green target using a single command string. All commands must be planned in advance.

  • Write all commands in one string
  • Format: move.forward(50); turn.left(90); move.forward(30);
  • One-shot challenge
  • Score based on command efficiency