UNSUPPORTED.txt: This file describes the wire protocol. You should only need this if you're debugging a non-Python agent, or if you're interested in writing an agent in an unsupported language. If you are interested in using an unsupported language, consult the website for details on how to check with the organiser first. === Wire protocol === The syntax for input and output is as follows. Every line of input given by the supervisor must be replied with the correct response. Segmentation fault is never the correct response :-). Rumour has it that if you just use Python, this won't happen. The angle brackets (<>) indicate whether the line is output from the agent or input to it respectively, and are not part of the actual formatting Canonical lengths of the following strings are in src/link/C/c_link.[ch] Syntax for when your agent is spawned: >HI uuid {no response} Syntax for an attacking agent: >ATTACK foeName ATTACK agent00002 DEFEND foeName foePromisedItem DEFEND agent00001 Scissors RESULTS foeName isInstigatedByYou winner yourItem theirItem promisedItem pointChange RESULTS agent00001 False Attacker Rock Paper Scissors -2 BYE {program exits without responding}