- 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
- or download this
$ perl hangman.pl "e _ _ e _ _ _ _" ""
e _ _ e _ _ _ _
...
exterior
external
ensdtcxrlpimagohbvwyufzjkq
- or download this
$ perl hangman.pl "e _ _ e _ _ _ _" "n"
e _ _ e _ _ _ _
...
expertly
exterior
etdxscrpilagmwybouhfzjknvq
- or download this
$ perl hangman.pl "e _ _ e _ t _ _" "n"
e _ _ e _ t _ _
...
expected
expertly
tecxdpilryufwajkhgnvmsqbzo
- or download this
$ perl hangman.pl "e _ _ e _ t _ _" "nx"
e _ _ e _ t _ _
...
effected
eutectic
teciduflwraxjykhgnvmspqbzo
- or download this
$ perl hangman.pl "e _ _ e _ t i _" "nx"
e _ _ e _ t i _
...
eclectic
eutectic
tieculwraxdjykhgfnvmspqbzo
- or download this
$ perl hangman.pl "e _ _ e _ t i _" "nxu"
e _ _ e _ t i _
n|x|u
eclectic
tielcwraxdjyukhgfnvmspqbzo