net.ar.webonswing.tutorial.hangman |
|
Java Source File Name | Type | Comment |
Game.java | Class | Tracks the players progress through the game, including guessed letters and
incorrect guesses remaining. |
Guess.java | Class | |
Lose.java | Class | |
Visit.java | Class | The Visit class runs most of the game logic and acts as controller, mediating
between the pure interface code and the pure logic code. |
Win.java | Class | |
WordSource.java | Class | Used by
hangman1.Game to obtain a a random word. |