Hacker News new | ask | show | jobs
by BostX 4449 days ago
In level 10 ambush I set

        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!!!
1 comments

Level 10 can be solved by code injection :)

https://gist.github.com/anonymous/d65048c34bd6874478a1