|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--edu.rice.comp440.player.RandomPlayer | +--edu.rice.comp440.driver.SwingDriver.SwingRandomPlayer
Field Summary | |
int |
DELAY
|
Fields inherited from class edu.rice.comp440.player.RandomPlayer |
random |
Constructor Summary | |
protected |
SwingDriver.SwingRandomPlayer()
|
Method Summary | |
Move |
move(Backgammon backgammon)
Requests that the player make a move using the given backgammon setup. |
Methods inherited from class edu.rice.comp440.player.RandomPlayer |
lost,
won |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public int DELAY
Constructor Detail |
protected SwingDriver.SwingRandomPlayer()
Method Detail |
public Move move(Backgammon backgammon)
backgammon
- The current backgammon situation
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |