Is there any good technical source code documentation available of robocode and it's modules? I am about to write new study material for my students.
Found some good material but nothing about it's internal modules and the source code of it. I am looking for code metrics (code complexity etc.), design patterns.
Thank you in advance and kind regards,
C
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The have been a very little focus on internal documentation of Robocode, since there have always been few developers on Robocode. So you need to study the source code in detail and also be a skilled Java developer in order to get a better understanding of how Robocode works.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi guys and girls,
Is there any good technical source code documentation available of robocode and it's modules? I am about to write new study material for my students.
Found some good material but nothing about it's internal modules and the source code of it. I am looking for code metrics (code complexity etc.), design patterns.
Thank you in advance and kind regards,
C
The is very little documentation available for Robocode.
But there is some. Regarding the moudules, Pavel Savara has written about it here: http://zamboch.blogspot.dk/2009/06/robocode-modules-as-in-version-17.html
He have also written something about its architecture here:
http://zamboch.blogspot.dk/2008/03/robocode-16-explained.html
The have been a very little focus on internal documentation of Robocode, since there have always been few developers on Robocode. So you need to study the source code in detail and also be a skilled Java developer in order to get a better understanding of how Robocode works.