Question
TASK: Program Reeborg to run a mile long super hurdles race. (Recall that eight blocks equal one mile.) The super hurdles course is similar to
TASK: Program Reeborg to run a mile long super hurdles race. (Recall that eight blocks equal one mile.) The super hurdles course is similar to the hurdle race, but here the barriers can be one, two, or three blocks high. The figure below shows one sample initial situation, where Reeborgs final situation and path are indicated on the right.
IMPLEMENTATION NOTES: Model your program after the hurdles race example from lecture; this is an exercise in adaptive maintenance. A file containing the hurdles race code from lecture is available in $PUB/superstart.py Use only the Python statements covered so far; this corresponds to items #1 through #14 of the Reeborg the Robot Programming Summary. (Do NOT use any looping constructs. Also, do NOT use any recursion; that is, 1 no functions call themselves.) Do all your work in the OLA directory. Use as your source file name superhurdles.py
Initial Situation Final Situation L 1 2 3 4 5 6 7 8 9 10 AV. 1 2 3 4 5 6 7 8 9 10 AVStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started