AlexeySapsay / Python_solution_CodeCombat_2018

In that repository I will post my sollution for codecombat.com games for study Python
1 stars 0 forks source link

The Great Yak Stampede #107

Open AlexeySapsay opened 6 years ago

AlexeySapsay commented 6 years ago
# Follow me on youtube  channel Phy Tu
# Help with programming on Python, school math, physics
# https://www.youtube.com/channel/UCP5ycahCEZ24qmRRgNnko5Q

# Save the village by blocking the path of the incoming sand yak herd.
# Move closer to the red X.
# Build a fence at the red X.

hero.moveXY(40,22)
hero.moveXY(11,42)
hero.moveXY(38,53)
hero.buildXY("fence",34,53)