Shadow Guard

Kithgard Dungeon: Shadow Guard (JavaScript)

This one follows in the footsteps (pun intended) of the previous two, but with the added bonus of requiring that you navigate in a way that does not allow the ogre to ‘see’ you. This introduces then, the concept of line-of-sight; passing in front of the hallway opening where the ogre is, will cause him to chase, and kill you before you goal can be reached!

this.moveRight();
this.moveUp();
this.moveRight();
this.moveDown();
this.moveRight();
Shadow Guard

Kithgard Dungeons – Shadow Guard

Happy Hunting!