hangman.ss
The teachpack hangman.ss provides all the operations that
draw.ss provides and the following two:
The use of the operations is explained in more detail in the corresponding
exercises.
Sample session: Define the required programs. Execute and play:
> (hangman make-word reveal draw-next-part)
...
> (hangman-list-repl (list 'a 'l 'e) (list '_ '_ '_) reveal draw-next-part)
...