Warning: session_start(): open(/var/lib/php/sessions/sess_k649f3hmarftco9klgr4ifir93, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
!7
!include #1007130 // AI Game Include
p {
pGame();
}
//////////////////////////////////////
// Test AIs. Just add your own here //
//////////////////////////////////////
AI > SayNothing {
void go {
submit("");
}
}
static L segment(RGBImage img) {
ret autoSegment(new BWImage(img), 3); // 2 is too small
}
//////////////////
// PUZZLE MAKER //
//////////////////
static Puzzle makePuzzle() {
S text = randomID(4);
ret new Puzzle("Enter the text you see:", renderSourceCode_1(text), text);
}