Changes between Version 9 and Version 10 of Running Quagents
- Timestamp:
- Aug 26, 2011 1:50:07 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Running Quagents
v9 v10 18 18 19 19 === Running Demos === 20 TODO: write stuff here. 20 21 The ScenarioStarter allows command line execution of scenarios. 22 23 To use: 24 25 1) See [[Compiling Quagents]] to create a game executable. 26 27 2) See [[Compiling Quagents]] to compile the client code (navigate to client/API/ and type "ant"). 28 29 3) Launch the server by executing ./run-mac.sh or ./run-pure.sh depending on your machine architecture. 30 31 4) Launch the client by executing "java -jar Quagents3.jar <SCENARIONAME> <MAP>" in directory client/API/build/jar. 21 32 22 33 === 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.29 34 30 35 '''NOTE: due to a bug with Runtime.exec(), the launcher does not currently work on mac platforms.'''