We'll need a decent looking hangman created.
For example this can be done in illustrator and exported as an SVG. Each part will have to be one complete path/shape, and ideally each layer will contain one part. These translate into manipulatable DOM objects so will allow us to play with the end result using basic CSS and Javascript. Fun.
I've included an example in the current iteration, just to give a feel for it.