Compiled but can't see...
← Thread:Talk:Robocode/My First Robot/Compiled but can't see.../reply (3)
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:Talk:Robocode/My First Robot/Compiled but can't see.../reply (3).
Not that stupid. Many times I saw a development version working, only to generate a non-working JAR. Wrong .properties file, security violations, wrong file names...
And the opposite problem (non-working development versions) arises when you use the engine API directly instead of the GUI . i.e. genetic tuning with full battles.
I also develop and test using JARs instead of raw .class files.
There was one time when codesize calculated the wrong size for a nanobot, adding the size of 2 development bots together.
I ended trying to shrink the code a lot only to discover it did already fit in the nanobot category before with lots of room for more code.