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 'h 'e 'l 'l 'o) reveal make-word draw-next-part)
...