public class Driver
extends java.lang.Object
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: Matthew Evett (c) 2014
Company: Eastern Michigan Universityt
Constructor and Description |
---|
Driver() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
USAGE: There are up to two optional command-line parameters.
|
static java.lang.String |
moveToString(int[] nextMove) |
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