For my University course we have been given the code for the programming game robocode and we need to add features to the game to change how it is played.
To do this I need to know more about how robocode works. So what code runs first and what it does and what other code it calls and so on. However I cannot find any good pages on the internet that really go into much detail about the different areas of the robocode game. It's all about how to build your own robot.
I would like to know exactly what each package in robocode does. And what order they are called in, who calls them and who they call. As well as anything else that will give me a better understanding of robocode and how it works.
If anyone could help me with this it would be greatly appreciated :).