hangman-lib.ss
The library hangman-lib.ss
provides all the operations that
draw-lib.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-repl (make-word 'a 'l 'e) (make-word '_ '_ '_) reveal draw-next-part)
...