Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

34
LINES

< > BotCompany Repo | #1006901 // A. I. Game 3.4 / Close The Window If Any [SOLVED]

JavaX source code [tags: use-pretranspiled] - run with: x30.jar

Uses 3874K of libraries. Click here for Pure Java version (8884L/62K/217K).

1  
!7
2  
3  
!include #1006891 // AI Game & API
4  
5  
p {
6  
  showBlunderWindow = true;
7  
  pGame();
8  
}
9  
10  
//////////////////////////////////////
11  
// Test AIs. Just add your own here //
12  
//////////////////////////////////////
13  
14  
!include #1006893 // ClickAnyBLOB
15  
!include #1006892 // MemorizeBrightBLOB
16  
!include #1006905 // MemorizeBrightBLOB2
17  
18  
//////////////////
19  
// PUZZLE MAKER //
20  
//////////////////
21  
22  
static L<RGBImage> mainImages;
23  
24  
static Puzzle makePuzzle() {
25  
  if (mainImages == null)
26  
    mainImages = loadImages(#1006879, #1006889, #1006895);
27  
  L<Rect> solutions = ll(
28  
    pointsRect(522, 162, 540, 179),
29  
    pointsRect(449, 70, 466, 84),
30  
    null);
31  
    
32  
  ret makeClickPuzzle("Close the window:", "I see no window",
33  
    mainImages, solutions);
34  
}

Author comment

Began life as a copy of #1006878

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: #1006901
Snippet name: A. I. Game 3.4 / Close The Window If Any [SOLVED]
Eternal ID of this version: #1006901/8
Text MD5: 3d9bac83b57f72f8ac964434936e8931
Transpilation MD5: d4b1b847b4503def9dde52ddbf2572af
Author: stefan
Category: javax / gui
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-02-15 05:46:27
Source code size: 762 bytes / 34 lines
Pitched / IR pitched: No / No
Views / Downloads: 450 / 834
Version history: 7 change(s)
Referenced in: [show references]