|
Othello 1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.drexel.cs.ai.othello.OthelloPlayer
edu.drexel.cs.ai.othello.RandomOthelloPlayer
public class RandomOthelloPlayer
An othello-playing agent that plays at random.
| Constructor Summary | |
|---|---|
RandomOthelloPlayer(java.lang.String name)
Creates a new othello-playing agent that plays at random. |
|
| Method Summary | |
|---|---|
Square |
getMove(GameState currentState,
java.util.Date deadline)
Returns a random, valid move from currentState. |
| Methods inherited from class edu.drexel.cs.ai.othello.OthelloPlayer |
|---|
getMillisUntilDeadline, getName, log, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RandomOthelloPlayer(java.lang.String name)
| Method Detail |
|---|
public Square getMove(GameState currentState,
java.util.Date deadline)
currentState.
getMove in class OthelloPlayer
|
Othello 1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||