Pluzzables Lost for Words by Brainy Games

LOST FOR WORDS

Locate the secret word hidden among the book titles.
However, that word is "booby trapped"!
Avoid tapping the secret word until the very end!
Use the clues to first eliminate all other "bogus" words first.
Narrow down the words, examine the puzzle for answers.
It's really a game about finding the LAST WORD.

10

Pick Your Puzzled Library"; echo "Library 1

"; if ($demo=='y') { echo "

Available as a Puzzle!"; echo "

Should you happen to enjoy playing Lost for Words, perhaps ... "; } echo ""; exit; } if ($shelf==0) $shelf=rand(1,8); function getDirectoryList ($directory) { // create an array to hold directory list $results = array(); // create a handler for the directory $handler = opendir($directory); // open directory and walk through the filenames while ($file = readdir($handler)) { // if file isnt this directory or its parent, add it to the results if ($file != "." && $file != "..") { $results[] = $file; } } // tidy up: close the handler closedir($handler); // done! return $results; } $shelf=rand(1,8); $D=getDirectoryList("library/$library/snippets"); $snippets=array(); for ($i=1; $i<8; $i++) $snippets[$i]=''; foreach ($D as $dd) // grab images for a specific shelf { if (trim($dd)=='') continue; $snippet=substr($dd,0,1); $snippets[$snippet]=$snippets[$snippet]."'$dd',"; } for ($i=1; $i<8; $i++) $snippets[$i]=trim($snippets[$i],','); $BOOKS=array(); for ($i=1; $i<9; $i++) { $books=''; $b=file_get_contents("library/$library/titles/library $library shelf $i.txt"); $B=explode("\n",$b); foreach ($B as $bb) { if (trim($bb)=='') continue; $bb=str_replace("'","",$bb); $books="$books'$bb',"; } $books=strtoupper(trim($books)); $BOOKS[$i]=$books; } for ($i=1; $i<9; $i++) $BOOKS[$i]=trim($BOOKS[$i],','); ?> Back to Pluzzables