Shrinking Hammer
Jump to navigation
Jump to search
Anyone with an idea?
Dsekercioglu (talk)
Doesn't look like it could be shrunk much more from here without sacrificing features . . Not sure. There's some software on the internet though which might help.
Got it down to 259. Just use robocode.util.Utils.normalRelativeAngle( (code here) ) instead of importing files, and don't initialize i1 to 0 (The default value is already 0!)
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
Return to Thread:Help talk:Code Shrinking/Shrinking Hammer/reply (3).
I have a question. I used byte instead of int(without any extra casting) it increased the code size 1 byte.
Dsekercioglu (talk)