Class Game

java.lang.Object
  extended byGame

class Game
extends Object


Constructor Summary
(package private) Game()
           
 
Method Summary
 int[] compStat()
           
 int guessStatus(Location l)
           
 int numUserGuess()
           
 int userGuess(Location l)
           
 boolean win()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Game

Game()
Method Detail

guessStatus

public int guessStatus(Location l)

userGuess

public int userGuess(Location l)

compStat

public int[] compStat()

numUserGuess

public int numUserGuess()

win

public boolean win()