|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||

java.lang.Objectcz.cuni.amis.pogamut.ut2004.examples.deathmatch1v1.DeathMatch1v1
public class DeathMatch1v1
| Constructor Summary | |
|---|---|
DeathMatch1v1()
|
|
| Method Summary | |
|---|---|
UT2004DeathMatch1v1 |
createMatch()
|
String |
getBot1JarPath()
Defines path to the jar that contains the first bot. |
String |
getBot1Name()
Defines name of the first bot, this identifier will be used in generated statistics. |
String |
getBot2JarPath()
Defines path to the jar that contains the second bot. |
String |
getBot2Name()
Defines name of the second bot, this identifier will be used in generated statistics. |
int |
getFragLimit()
Defines the frag limit (goal score) for the death match. |
String |
getMapName()
Defines map that will be used for death match. |
String |
getOutputDir()
Defines folder where we will output results. |
int |
getTimeLimitInMinutes()
Defines time limit for the game in minutes. |
String |
getUT2004Home()
Defines the home of UT2004 that has GameBots2004 installed. |
static void |
main(String[] args)
|
void |
run()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DeathMatch1v1()
| Method Detail |
|---|
public String getUT2004Home()
public String getMapName()
public int getFragLimit()
public int getTimeLimitInMinutes()
public String getBot1Name()
public String getBot1JarPath()
public String getBot2Name()
public String getBot2JarPath()
public String getOutputDir()
public UT2004DeathMatch1v1 createMatch()
public void run()
public static void main(String[] args)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||