Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 830 Bytes

File metadata and controls

19 lines (15 loc) · 830 Bytes

Escape

This is a bot that resolves conflicts between other bots of the same kind in a limited communication setting.

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