edu.columbia.cs.coms4701.agent.environments.pente
Class PenteRunner

java.lang.Object
  extended by edu.columbia.cs.coms4701.agent.environments.pente.PenteRunner

public class PenteRunner
extends java.lang.Object

Runs a single round of the Pente game.

Version:
0.1

User: aaron Date: Sep 24, 2006 Time: 10:40:44 PM

Author:
aaron@cs

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

PenteRunner

public PenteRunner()
Method Detail

main

public static void main(java.lang.String[] args)
Run a single round of the Pente game.

Usage: PenteRunner [--rules ruleSet] author1.class1 depth1 turnNumber1 author2.class2 depth2 turnNumber2 [author3.class3...]

Parameters:

Parameters:
args -

showUsage

public static void showUsage()