tutorial.hangman
Class Visit

java.lang.Object
  |
  +--tutorial.hangman.Visit
All Implemented Interfaces:
java.io.Serializable

public class Visit
extends java.lang.Object
implements java.io.Serializable

Visit information for the Hangman Application.

Version:
$Id: Visit.java,v 1.3 2001/05/02 18:07:07 hship Exp $
Author:
Howard Ship
See Also:
Serialized Form

Constructor Summary
Visit()
           
 
Method Summary
 HangmanGame getGame()
           
 void start(int maxMisses)
          Starts a new game with a randomly selected word.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Visit

public Visit()
Method Detail

getGame

public HangmanGame getGame()

start

public void start(int maxMisses)
Starts a new game with a randomly selected word.