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).

!7

!include #1006891 // AI Game & API

static L<RGBImage> mainImages;
static L<Rect> solutions;

p { 
  mainImages = loadImages(#1006895, #1007092, #1007094, #1007097, #1007098);
  solutions = ll(
    null,
    pointsRect(49, 28, 70, 50),
    pointsRect(174, 136, 192, 155),
    pointsRect(52, 34, 76, 54),
    pointsRect(56, 34, 77, 52));

  w = minImageWidth(mainImages)-20;
  h = minImageHeight(mainImages)-20;
  pGame();
}

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

!include #1006912 // MemorizeArea
//include #1007100 // MemorizeArea3
!include #1007099 // MemorizeArea2

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

static Puzzle makePuzzle() {
  ret makeClickPuzzle("Find the volume icon:", "I don't see it",
    mainImages, solutions);
}

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: 447 / 788
Version history: 10 change(s)
Referenced in: [show references]