This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function getNotes() { | |
Array.prototype.map.call( | |
document.querySelectorAll('.comment-body > p'), | |
function(c) { return '\\' + c.innerHTML} | |
).join("\n") | |
}; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Do it. | |
* | |
*/ | |
this.on('start', function() { | |
var directions = { | |
top: function() { | |
this.thrusters.bottom(true); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Open all three doors to exit. | |
* | |
* The answer is ?. | |
*/ | |
/* | |
* Do it. | |
* | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Do it. | |
* | |
*/ | |
this.on('start', function() { | |
var directions = { | |
top: function() { | |
this.thrusters.bottom(true); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Open all three doors to exit. | |
* | |
* The answer is 5. | |
*/ | |
this.on('start', function() { | |
var directions = { | |
top: function() { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* This other bot is helping-- somewhat. | |
*/ | |
this.on('start', function() { | |
var directions = { |
NewerOlder