The level is Dust (Computer Science 4 Python) My code:
# Use while to loop until you have counted 10 attacks.
attacks = 0
while attacks < 10:
# Attack the nearest enemy!
enemy = hero.findNearestEnemy()
if enemy:
hero.attack(enemy)
# Incrementing means to increase by 1.
# Increment the attacks count.
attacks += 1
# When you're done, retreat to the ambush point.
hero.say("I should retreat!") #∆ Don't just stand there blabbering!
hero.moveXY(79, 33)
I believe so yes, he’s the dude. Lol, idk if he is one of the main creators, I would imagine so, however, if not; he is a very high ranking member of the development or Forum teams. Part of the CodeCombat staff. Could be a Moderator for the Forums, I just know that he is high up there in the rankings for administration
I believe CodeCombat is hiring currently, I don’t know anything about being high level and being offered a job, i would assume it is simply like a usual job, apply, post your skills, do an interview, possibly solve a coding problem.
You can see more about our team and job openings here: https://codecombat.com/about – we aren’t currently hiring, but when we do hire, we like to hire from the community first, especially if we can see your contributions on our GitHub or in our level editor.