Menu

Technical documentation (JAVA) source code

Help
cel0x
2014-06-05
2014-06-05
  • cel0x

    cel0x - 2014-06-05

    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

     
  • Flemming N. Larsen

    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.

     

Log in to post a comment.