TL;DR
function (me) {}
for the red and yellow drones and function (me) {
var r = 'right:'+me.canMove('right');
var l = 'left: '+me.canMove('left')
alert(r+'; '+l);
}
for the green drones. But I always get 'right:true; left: true'. WTFFFFFF? :-(
Please please fix that, please!!!