Changes between Version 9 and Version 10 of Running Quagents


Ignore:
Timestamp:
Aug 26, 2011 1:50:07 PM (13 years ago)
Author:
jherwitz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Running Quagents

    v9 v10  
    1818
    1919=== Running Demos ===
    20 TODO: write stuff here.
     20
     21The ScenarioStarter allows command line execution of scenarios.
     22
     23To use:
     24
     251) See [[Compiling Quagents]] to create a game executable.
     26
     272) See [[Compiling Quagents]] to compile the client code (navigate to client/API/ and type "ant").
     28
     293) Launch the server by executing ./run-mac.sh or ./run-pure.sh depending on your machine architecture.
     30
     314) Launch the client by executing "java -jar Quagents3.jar <SCENARIONAME> <MAP>" in directory client/API/build/jar.
    2132
    2233=== Launcher ===
    23 
    24 To run the Java Quagents Launcher:
    25 
    26 1) navigate to the client/API/ directory.
    27 
    28 2) use the command "ant" to start the launcher.
    2934
    3035'''NOTE: due to a bug with Runtime.exec(), the launcher does not currently work on mac platforms.'''