Thats it for now. Thanks!
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:
victory window:
can you find a way to command the witches?
I think the level is a little bit to easy for rangers.
Deadeye assassination squad has too many Warlocks. The warlocks raise-dead everything and you can’t get to them.
and @xython is right about the fact that most levels you can complete with elementary code.
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.
Attack the 2rlock b4 the sKelly’s. Example: warlock name is Vyjj
Just do hero.attack(Vyjj”
Btw I updated. Can I have sun more feedback plz
1 problem now. First queen which doesn’t do anything and second I can still win with basic code.
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.
BTW can i have ur code
New version released.
For breakout