Code viewer for Mind: Cloned mh Complex Mind
function randomPick(n,i){return randomBoolean()?n:i}function Mind(){this.newRun=function(){},this.endRun=function(){},this.getAction=function(n){var i=n[0],o=n[1],T=n[2],r=n[3];return r<o?randomPick(ACTION_UP,randomPick(ACTION_RIGHT,ACTION_LEFT)):r>o?randomPick(ACTION_DOWN,randomPick(ACTION_RIGHT,ACTION_LEFT)):T<i?randomPick(ACTION_RIGHT,randomPick(ACTION_UP,ACTION_DOWN)):T>i?randomPick(ACTION_LEFT,randomPick(ACTION_UP,ACTION_DOWN)):randomintAtoB(0,3)}}