Code viewer for Mind: Cloned Cloned MineCraft Mind
























// Going to ignore this 


function Mind() { 

	this.newRun = function()
	{
	};

	this.getAction = function ( x )		 
	{ 
	  return  ( 0 );
	};
	this.getScore = function(){
	    
	};
	this.getScore = function(){
	    
	};

	this.endRun = function()
	{
	};

}