|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object referee.Driver
public class Driver
Title: Driver
Description: Runs the checkers game. Each opponent provides an RMI interface that allows this driver to request moves from it. The opponents must be named "first" and "second" and defined in the "referee" package. rmiregistry should be running in the directory containing the referee directory.
Copyright: Matt Evett (c) 2004
Company: Dept. Computer Science, Eastern Michigan University
Constructor Summary | |
---|---|
Driver()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
USAGE: There are up to two optional command-line parameters. |
static java.lang.String |
moveToString(int[] nextMove)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Driver()
Method Detail |
---|
public static void main(java.lang.String[] args)
args
- String[]public static java.lang.String moveToString(int[] nextMove)
nextMove
- Sequence of positions (1-32) on the board
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |