This project simulates the "Move Steering" command block in the LEGO EV3 programming software. For each maze, your task is to use a sequence of Move Steering blocks to get to the green target. The Move Steering block takes three input values: - Left/Right: -100 (full left turn) to +100 (full right turn) - Power: -100 (full backward) to +100 (full forward) - Rotations: 0 to 50 (This is the number of wheel rotations, which determines how far the robot turns or moves.)