!7 !include #1006891 // AI Game & API p { pGame(); } ////////////////////////////////////// // Test AIs. Just add your own here // ////////////////////////////////////// !include #1006905 // MemorizeBrightBLOB2 MemorizeBrightBLOB2 > Level70 { *() { similarityThreshold = 0.70f; } } MemorizeBrightBLOB2 > Level75 { *() { similarityThreshold = 0.75f; } } MemorizeBrightBLOB2 > Level80 { *() { similarityThreshold = 0.80f; } } !include #1006912 // MemorizeArea ////////////////// // 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); }