Gems in the deep Posted on December 17, 2015 by Dylan Kithgard Dungeon: Gems in the deep (JavaScript) Basic movement: A little more fancy, but just a more elaborate version of the first solution… this.moveRight(); this.moveDown(); this.moveUp(); this.moveUp(); this.moveRight();this.moveRight(); this.moveDown(); this.moveUp(); this.moveUp(); this.moveRight(); Happy Coding!
That insight’s perfect for what I need. Thanks!