Changes between Version 3 and Version 4 of Java Quagents Client


Ignore:
Timestamp:
Sep 1, 2011 1:25:46 PM (13 years ago)
Author:
jherwitz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Java Quagents Client

    v3 v4  
    77To compile the client, simply navigate to the client/API/ directory and type "ant". To remove the associated build directory and executable jar, type "ant clean".
    88
    9 == Running The Client ==
     9== Launching The Client ==
    1010
    1111The server and client must be launched independently. The server ''must'' be running when the client jar is executed.
    1212
    13 To start the server:
     13=== To start the server: ===
    1414
    1515* Navigate to the top-level quagents directory.
     
    1919'''NOTE:''' if you receive an error when attempting to run the script, use the command "chmod u+x run.sh" to fix.
    2020
     21=== To start the client: ===
     22
     23* Navigate to <topdir>/client/API/, where <topdir> corresponds to the top-level quagents directory.
     24
     25* Execute the command "java -jar Quagents3.jar <SCENARIONAME> <MAP>".
     26 
     27 * For a list of usable maps and scenarios, execute "java -jar Quagents3.jar" (note: this is not synchronized with new maps and scenarios automatically, these must be inserted at ScenarioStarter.java).
     28
    2129== Internal Structure ==