Guess an Idiom
Authentication is required for this page (or via: Links >> Authenticate)
The system decides which idiom to guess, not the user.
Click 'submit' after choosing an action choice.
Action > Letter: guess each letter that appears in the idiom.
Action > Idiom: guess the complete idiom.
Action > Status: show game status
Action > Reset: reset to the start with a new idiom and zero attempts.
Actiom > Options: view and set options
Internals
html file: /var/www.html/guessAnIdiom.html
css file1: /var/www.html/common.css
css file2: /var/www.html/guessAnIdiom.css
js file1: /var/www.html/common.js
js file2: /var/www.html/guessAnIdiom.js
ajax handler: /usr/lib/cgi-bin/guessAnIdiom.cgi
ajax method: get
guesses file: /var/www.html/guessAnIdiomG.dat
solution file: /var/www.html/guessAnIdiomS.dat
candidates file: /var/www.html/guessAnIdiomC.dat
target file: /var/www.html/guessAnIdiomT.dat
source code: C