Uses of Class
Game

Uses of Game in <Unnamed>
 

Fields in <Unnamed> declared as Game
private  Game Controller.game
          Reference to the game we are controlling
private static Game HangmanApp.game
          reference to the HangmanLogic instance
 

Methods in <Unnamed> with parameters of type Game
 void Controller.setGame(Game game)
          Set the reference to the game we are controlling
 void SimpleUI.showBoard(Game game)
          Display the current state of the board.
 void SwingUI.showBoard(Game game)
          Display the current state of the board.