Package <Unnamed>

Interface Summary
HangmanUI HangmanUI is a Java Interface that describes the behavior of a user interface for the solitaire Hangman game.
I_WordSource WordSource is a source of secret words for word puzzle games like Hangman.
 

Class Summary
Board Board is the game board in a hangman game.
Controller Controller handles user events in the UI.
Game Game represents the Hangman game control logic.
HangmanApp This is the main class for the solitaire Hangman application.
NetWordClient Hangman network client.
SimpleUI Default User interface for the Hangman game.
SwingUI This is a Swing graphical user interface to the hangman game.
Wordlist Wordlist is a list of words to use in Hangman.