public static void main(String args[]) {
if (args.length > 0) {
if (args[0].equals("-debug")) debug = true;
}
options = new OptionsFile("mines.opt");
boolean exist = options.read();
if (!exist) {
options.write(99, 30, 16, 0, 0, 9999);
options.read();
}