/*
This mind is written for the following world:
http://ab.computing.dcu.ie/sys/world.php?world=7255861969
This mind puts that world in a Human VS Human mode, so that both agents can be controlled by people.
*/
function Mind() {
//--- public functions / interface / API ----------------------------------------------------------
this.newRun = function()
{
};
this.endRun = function()
{
};
this.getAction = function ( x )
{
};
}