-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
17 lines (14 loc) · 737 Bytes
/
README
File metadata and controls
17 lines (14 loc) · 737 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
=== PPS 2017 - Escape ===
* Usage
You need a java environment installed.
First compile the simulator:
javac escape/sim/*.java
Then run simulator for fun! For example:
java escape.sim.Simulator -p random random random --gui --fps 1
| Parameters | Meanings
| -p/--players player0 player1 ... | Specifying the players
| -g/--gui | Enable GUI
| --fps [float number] | Set fps
| -t/--timelimit [integer number] | Set the total timelimit for each player (in millisecond)
| -v/--verbose | Enable the detailed events log
| -l/--log [file] | Save the detailed events log to file