!7 !include #1006891 // AI Game & API p { pGame(); } ////////////////////////////////////// // Test AIs. Just add your own here // ////////////////////////////////////// !include #1006905 // MemorizeBrightBLOB2 MemorizeBrightBLOB2 > Improved { *() { similarityThreshold = 0.5f; } } ////////////////// // PUZZLE MAKER // ////////////////// static L mainImages; static Puzzle makePuzzle() { if (mainImages == null) mainImages = loadImages(#1006907, #1006895); L solutions = ll( pointsRect(203, 180, 223, 200), null); ret makeClickPuzzle("Click the white dice:", "I see no dice", mainImages, solutions); }