Cool levels for adventures! Feedback please

Thats it for now. Thanks!

3 Likes

level codecombat.com/play/level/deadeye-prison-breakout?
Too many withes. Can be beaten with elementary code:

hero.moveXY(45, 22);
while (true){
    var enemy = hero.findNearestEnemy();
    if (enemy) hero.attack(enemy);
}

starting health with ordinary armour and sword:
image
victory window:


can you find a way to command the witches?

2 Likes

I think the level is a little bit to easy for rangers.

1 Like

Deadeye assassination squad has too many Warlocks. The warlocks raise-dead everything and you can’t get to them.

1 Like

and @xython is right about the fact that most levels you can complete with elementary code.

1 Like

Oh… ok I will make harder

No… you can just do hero.attack(“Warlock name”
Before the while loop

I edited. Much harder. BTW one of the witches are stupid and runs over to heal you, and she just gets killed smh.

1 Like

Attack the 2rlock b4 the sKelly’s. Example: warlock name is Vyjj
Just do hero.attack(Vyjj”

1 Like

Btw I updated. Can I have sun more feedback plz

1 Like

1 problem now. First queen which doesn’t do anything and second I can still win with basic code.

1 Like

I know .Queen isnt supposed to do anything. She is a prisoner. She has been weakend. Play witch rebellion for the backstory. CodeCombat - Coding games to learn Python and JavaScript
Queen helps a LOT.

1 Like

BTW can i have ur code

New version released.
For breakout

1 Like