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

28
LINES

< > BotCompany Repo | #1006878 // A. I. Game 3.3 / Close The Window [SOLVED]

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

Uses 3874K of libraries. Click here for Pure Java version (7629L/54K/187K).

!7

!include #1006891 // AI Game & API

p { pGame(); }

//////////////////////////////////////
// Test AIs. Just add your own here //
//////////////////////////////////////

!include #1006893 // ClickAnyBLOB
!include #1006892 // MemorizeBrightBLOB

//////////////////
// PUZZLE MAKER //
//////////////////

static L<RGBImage> mainImages;

static Puzzle makePuzzle() {
  if (mainImages == null)
    mainImages = loadImages(#1006879, #1006889);
  L<Rect> solutions = ll(
    pointsRect(522, 162, 540, 179),
    pointsRect(449, 70, 466, 84));
    
  ret makeClickPuzzle("Close the window:", mainImages, solutions);
}

Author comment

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: 556 / 760
Version history: 35 change(s)
Referenced in: [show references]