Difference between revisions of "Thread:Help talk:Code Shrinking/Shrinking Hammer/reply (2)"

From Robowiki
Jump to navigation Jump to search
m (Reply to Shrinking Hammer)
 
m
 
Line 1: Line 1:
Got it down to 259. Just use robocode.util.Utils.normalRelativeAngle( <code> ) instead of importing files, and don't initialize i1 to 0 (The default value is already 0!)
+
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!)

Latest revision as of 21:44, 12 February 2017

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!)