I mailed appel, but I figured others might be able to answer my questions and the answers might help others too.
Hi there! I’m new to this community.
I’d like to enter the competition. I have read the rules (and the forum), but I have some questions:
First question:
I’ve read that pack200 is allowed. What does this mean? What does the 4k limit applies to?
The jar file? Or the repacked jar file created by the “pack200 --repack Some.jar” command?
Or even the pack.gz can be 4k? (which might be the output of “pack200 Some.jar.pack.gz Some.jar”).
Another quesiton:
If I submit my game now, will I be able to re-upload an improved version before the deadline?
Last question.
All that required is that the jar can be run as Applet?
For example to run it as an applet, it does not have to have a MANIFEST.MF (it will not be a valid jar, but can be run as applet).
Ideally the jar should contain only one file: for example G.class (if it does not use resources).
Is this so?
Thanks in advance.