ocadotechnology/rapid-router

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

Summary

Maintainability
Test Coverage
<xml>
    <block type="start" deletable="false" x="230" y="130">
        <next>
            <block type="move_forwards">
                <next>
                    <block type="controls_repeat_while">
                        <value name="condition">
                            <block type="road_exists">
                                <field name="CHOICE">FORWARD</field>
                            </block>
                        </value>
                        <statement name="body">
                            <block type="turn_around">
                                <next>
                                    <block type="turn_around"></block>
                                </next>
                            </block>
                        </statement>
                    </block>
                </next>
            </block>
        </next>
    </block>
</xml>