{ (define LIBNAME "Hangman") (include "head.tinc") }

The teachpack hangman.ss provides all the operations that draw.ss provides and the following two:

  • {(idx hangman)} : make-word reveal draw-next-part -> true
    that is, it consumes three auxiliary functions: make-word, reveal, and draw-next-part

  • {(idx hangman-list)} : reveal-for-list draw-next-part -> true
    that is, it consumes the functions reveal-for-list and draw-next-part.
  • {(include "foot.tinc")}