!7 !include #1007130 // AI Game Include p { pGame(); } ////////////////////////////////////// // Test AIs. Just add your own here // ////////////////////////////////////// AI > SayNothing { void go { submit(""); } } static L segment(RGBImage img) { ret autoSegment(new BWImage(img), 3); // 2 is too small } ////////////////// // PUZZLE MAKER // ////////////////// static Puzzle makePuzzle() { S text = randomID(12); ret new Puzzle(renderSourceCode_1(text), text); }