|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.pdx.cs399J.security.GuessingGame
public class GuessingGame
This is a little guessing game that counts the number of times it takes the user to guess a number between one and ten.
| Constructor Summary | |
|---|---|
GuessingGame()
|
|
| Method Summary | |
|---|---|
String |
getName()
Returns the name of the game/ |
static void |
main(String[] args)
Test program |
void |
play(GameConsole console)
Plays the game |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GuessingGame()
| Method Detail |
|---|
public String getName()
Game
getName in interface Gamepublic void play(GameConsole console)
play in interface Gamepublic static void main(String[] args)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||