Version 8 of One-line Hangman

Updated 2017-11-12 11:01:37 by mk

Summary

thr 2016-02-06: The following line of code lets you play a text-based Hangman game. It's basically a port of this Python code: Hangman implemented in 3 lines of Python (2) . Pay attention to the word file. As I'm on Windows, I simply used this file: [L1 ].

pp

Comments

...

See also: The Gallows game