Uses of Package
org.apache.wicket.examples.hangman
-
Packages that use org.apache.wicket.examples.hangman Package Description org.apache.wicket.examples.hangman -
Classes in org.apache.wicket.examples.hangman used by org.apache.wicket.examples.hangman Class Description Game Implementation of the actual hangman game model.HangmanPage Session for hangman game.Letter Model for a letter in the game of hangmanWord Model for a word in the game of Game.WordGenerator The word generator is responsible for reading in a list of words from a data file and serving them up in a random order.