Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Hangman Assistant

by Lawliet (Curate)
on Jul 12, 2009 at 02:50 UTC ( [id://779296]=CUFP: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    # Todo:
    ...
    
    say $_ foreach @narrowed; # Word list
    say sort { $alphabet{$b} <=> $alphabet{$a} } keys %alphabet; # Most co
    +mmon letter, including ones already guessed
    
  2. or download this
    $ perl hangman.pl "e _ _ e _ _ _ _" ""
    e _ _ e _ _ _ _
    ...
    exterior
    external
    ensdtcxrlpimagohbvwyufzjkq
    
  3. or download this
    $ perl hangman.pl "e _ _ e _ _ _ _" "n"
    e _ _ e _ _ _ _
    ...
    expertly
    exterior
    etdxscrpilagmwybouhfzjknvq
    
  4. or download this
    $ perl hangman.pl "e _ _ e _ t _ _" "n"
    e _ _ e _ t _ _
    ...
    expected
    expertly
    tecxdpilryufwajkhgnvmsqbzo
    
  5. or download this
    $ perl hangman.pl "e _ _ e _ t _ _" "nx"
    e _ _ e _ t _ _
    ...
    effected
    eutectic
    teciduflwraxjykhgnvmspqbzo
    
  6. or download this
    $ perl hangman.pl "e _ _ e _ t i _" "nx"
    e _ _ e _ t i _
    ...
    eclectic
    eutectic
    tieculwraxdjykhgfnvmspqbzo
    
  7. or download this
    $ perl hangman.pl "e _ _ e _ t i _" "nxu"
    e _ _ e _ t i _
    n|x|u
    eclectic
    tielcwraxdjyukhgfnvmspqbzo
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: CUFP [id://779296]
Approved by GrandFather
Front-paged by planetscape
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (3)
As of 2024-04-19 21:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found