help on thunder hooves iβve tried all codes for python
Wow, you tried βall codes for pythonβ . . . Well, then I guess you need to try another language since there is nothing left to do for pythonβ¦
On a more serious note. you have a better chance of getting help if you give some code that you think should work, and tell us what is going wrong (error message, what hero is/isnβt doing that you feel they shouldnβt/should be doing, β¦) The more you help us the easier and more likely we can help you.
(please read the FAQ before posting your code so you will know how to get it to format correctly.)
Remember that you will not get an answer right away
I see your post is four hours ago four hours ago I would still be in school
And codecombat is not on the list of things you can do in computer lab
We cannot get to you the second you need help and if we are online there are other people that need help to so please be patient and someone on the forums will get to helping you
try this code:
# Get to the oasis,
# fencing off paths with yaks on them as you go.
loop:
yak = self.findNearestEnemy()
if yak:
# A yak is above you if its y is greater than your y.
# If the yak is above you, build a fence 10m below it.
if yak.pos.y > self.pos.y :
self.buildXY("fence", yak.pos.x, yak.pos.y -10)
# If the yak is below you, build a fence 10m above it.
else :
if yak.pos.y < self.pos.y :
self.buildXY("fence", yak.pos.x, yak.pos.y +10)
else:
# Move right 10m towards the oasis.
self.moveXY(self.pos.x +10, self.pos.y)
Bugot1 please do not give out code unless after a lot of work on the receptantβs part
he asked for a code
He did not. He asked for help.
ΧΧΧ© Χ©ΧΧ Χ ΧΧΧ