Include an
index.html
file to describe your Mind.
This may link to and include other supporting files.
Your Mind is now online.
It will be on the list of all Minds,
but it will not yet be on the scoreboard list of Minds,
since it has had no runs in the online World yet.
You can now click on it to run it in the online
World (and get on the scoreboard).
Other Minds can also now call your Mind.
More notes
If your browser tries to re-name tmdk.jar
to tmdk.zip
just re-name it back to tmdk.jar
Edit the following methods:
newrun() -
Put any startup code here.
If you are using other classes, these should be instantiated here.
endrun() -
Put any cleanup code here.
To run offline:
runit MYMIND (optional switches)
The optional switches are:
-graphics - A graphical display will show the creature and its world.
-printscore - The score is printed to standard output at every timestep.
-printstate - The state is printed to standard output at every timestep.