ocadotechnology/rapid-router

View on GitHub
game/end_to_end_tests/data/blockly_solutions/crash_going_right_on_t_junction.xml

Summary

Maintainability
Test Coverage
<xml>
    <block type="start" deletable="false" x="30" y="530">
        <next>
            <block type="move_forwards">
                <next>
                    <block type="turn_right">
                        <next>
                            <block type="turn_right"></block>
                        </next>
                    </block>
                </next>
            </block>
        </next>
    </block>
</xml>