Python Development Course
Chapter
>
Level
Introduction to Python
Building objects
Objective
Collect logs to build a bridge so you may walk to the exit and complete the level.
The logs present in the map could be used to build a bridge to get to the exit.
If you walk over the logs you can collect them! You can see how many you’ve collected in the top right corner of the screen.
When you collect 4 logs head for the X mark and build a bridge. Use the build() function, enter the word “bridge” in the function’s parenthesis to build the missing piece. It should look a little something like this player.build("bridge").
Once the path is built, head for the exit represented by the star at the end of the level.
Code book