
10 Jul
2007
10 Jul
'07
9:47 a.m.
Justin Bailey:
I'm please to announce HCL 1.0 - a library for building command line interfaces. [...] Included with the library is a hangman game, so if nothing else you can enjoy that.
When building on Linux something gets confused because of filenames in Windows style. Namely, hangman becomes hangman^M, and the word list is not found because it is hangman/2of12.txt, not hangman\2of12.txt. You might want to fix that. Malte