Bad neighborhood is to difficult to beat

i hav compleated all of the levels that my teacher has given me to do but the only one i cant beet is bad naborhood could i get some help please?

1 Like

Can you please provide your code and specify the problem? We know that you are stuck on Bad Neighborhood and want to help, but we can’t figure out why unless we have your code and a detailed description of the issue. :slightly_smiling_face:

2 Likes

Also remember to format your code according to the FAQ.
Example:

enemy = self.findNearestEnemy()
if enemy:
self.attack(enemy)

becomes this:

enemy = self.findNearestEnemy()
if enemy:
    self.attack(enemy)

https://discourse.codecombat.com/faq