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

37
LINES

< > BotCompany Repo | #1007093 // A. I. Game 3.5 / Find The Volume Icon [SOLVED]

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

Uses 3874K of libraries. Click here for Pure Java version (9064L/64K/227K).

1  
!7
2  
3  
!include #1006891 // AI Game & API
4  
5  
static L<RGBImage> mainImages;
6  
static L<Rect> solutions;
7  
8  
p { 
9  
  mainImages = loadImages(#1006895, #1007092, #1007094, #1007097, #1007098);
10  
  solutions = ll(
11  
    null,
12  
    pointsRect(49, 28, 70, 50),
13  
    pointsRect(174, 136, 192, 155),
14  
    pointsRect(52, 34, 76, 54),
15  
    pointsRect(56, 34, 77, 52));
16  
17  
  w = minImageWidth(mainImages)-20;
18  
  h = minImageHeight(mainImages)-20;
19  
  pGame();
20  
}
21  
22  
//////////////////////////////////////
23  
// Test AIs. Just add your own here //
24  
//////////////////////////////////////
25  
26  
!include #1006912 // MemorizeArea
27  
//include #1007100 // MemorizeArea3
28  
!include #1007099 // MemorizeArea2
29  
30  
//////////////////
31  
// PUZZLE MAKER //
32  
//////////////////
33  
34  
static Puzzle makePuzzle() {
35  
  ret makeClickPuzzle("Find the volume icon:", "I don't see it",
36  
    mainImages, solutions);
37  
}

Author comment

Began life as a copy of #1006901

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: #1007093
Snippet name: A. I. Game 3.5 / Find The Volume Icon [SOLVED]
Eternal ID of this version: #1007093/11
Text MD5: 24c073d3782458629153785e3f1960d0
Transpilation MD5: a09bc2cde079609a9ae3ecc6103fc78e
Author: stefan
Category: javax / gui
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-03-03 01:26:22
Source code size: 872 bytes / 37 lines
Pitched / IR pitched: No / No
Views / Downloads: 453 / 796
Version history: 10 change(s)
Referenced in: [show references]