Uses 3874K of libraries. Click here for Pure Java version (7629L/54K/187K).
1 | !7 |
2 | |
3 | !include #1006891 // AI Game & API |
4 | |
5 | p { pGame(); } |
6 | |
7 | ////////////////////////////////////// |
8 | // Test AIs. Just add your own here // |
9 | ////////////////////////////////////// |
10 | |
11 | !include #1006893 // ClickAnyBLOB |
12 | !include #1006892 // MemorizeBrightBLOB |
13 | |
14 | ////////////////// |
15 | // PUZZLE MAKER // |
16 | ////////////////// |
17 | |
18 | static L<RGBImage> mainImages; |
19 | |
20 | static Puzzle makePuzzle() { |
21 | if (mainImages == null) |
22 | mainImages = loadImages(#1006879, #1006889); |
23 | L<Rect> solutions = ll( |
24 | pointsRect(522, 162, 540, 179), |
25 | pointsRect(449, 70, 466, 84)); |
26 | |
27 | ret makeClickPuzzle("Close the window:", mainImages, solutions); |
28 | } |
Began life as a copy of #1006846
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1006878 |
Snippet name: | A. I. Game 3.3 / Close The Window [SOLVED] |
Eternal ID of this version: | #1006878/36 |
Text MD5: | b455dfe5ab3581b0bf3172e280351fe8 |
Transpilation MD5: | 1a519c95d74eb4b44cf46aa68dd5e0f9 |
Author: | stefan |
Category: | javax / gui |
Type: | JavaX source code |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-02-14 23:35:41 |
Source code size: | 642 bytes / 28 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 626 / 852 |
Version history: | 35 change(s) |
Referenced in: | [show references] |