[Help] Level: The Final Kithmaze

Do not know if this discussion has to come here.

No such causes in the neck loop attack enemies.

Hi @DriveTG, I don’t understand what you mean about The Final Kithmaze problem. Can you post your code and the error message?

No how to make attack on the loop. (Java)

loop {
    this.moveRight();
    this.moveUp();
    var enemy = this.findNearestEnemy();
    this.attack(enemy);
    this.attack(enemy);
    // ... rest of your code
}