|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.columbia.cs.coms4701.agent.environments.pente.PenteRunner
public class PenteRunner
Runs a single round of the Pente game.
Constructor Summary | |
---|---|
PenteRunner()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
Run a single round of the Pente game. |
static void |
showUsage()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PenteRunner()
Method Detail |
---|
public static void main(java.lang.String[] args)
Usage: PenteRunner [--rules ruleSet] author1.class1 depth1 turnNumber1 author2.class2 depth2 turnNumber2 [author3.class3...]
Parameters:
args
- public static void showUsage()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |