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

36
LINES

< > BotCompany Repo | #1007103 // A. I. Game 3.6 / Start The Audio Mixer In The Popup [solving]

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

Uses 3874K of libraries. Click here for Pure Java version (9488L/67K/234K).

!7

!include #1006891 // AI Game & API

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

p { 
  mainImages = loadImages(#1007105, #1007094, #1007102);
  solutions = ll(
    null,
    pointsRect(50, 108, 157, 128),
    pointsRect(40, 111, 255, 132));

  w = 240;
  h = 100;
  pGame();
}

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

!include #1006905 // MemorizeBrightBLOB2
!include #1007106 // MemorizeBrightBLOB3
!include #1006912 // MemorizeArea
!include #1007099 // MemorizeArea2

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

static Puzzle makePuzzle() {
  ret makeClickPuzzle("Start the audio mixer in the popup (if it's there):", "I don't see it",
    mainImages, solutions);
}

Author comment

Began life as a copy of #1007093

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: #1007103
Snippet name: A. I. Game 3.6 / Start The Audio Mixer In The Popup [solving]
Eternal ID of this version: #1007103/17
Text MD5: f8006b836678e67ec2578b2fc1326a19
Transpilation MD5: 5a1cf3d703bdc179e21b6ad65faca384
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 02:27:33
Source code size: 814 bytes / 36 lines
Pitched / IR pitched: No / No
Views / Downloads: 396 / 730
Version history: 16 change(s)
Referenced in: [show references]