Prevent race condition with player clicking before AJAX query finishes
[progcomp2013.git] / web / agent_text.html
index 6e2fe90..b0ab7a9 100644 (file)
@@ -12,7 +12,6 @@
 <p> Be sure to read and understand <a href="http://research.cs.queensu.ca/Parallel/QuantumChess/QuantumChess.html"/>the rules</a> before reading this page. </p>
 <p> </p>
 <p> All agents (even python ones) are stand alone programs which qchess spawns instances of to play a game. Qchess sends state updates and requests moves from players through pipes. From the agent's point of view, all it has to do is read commands from stdin and respond to stdout. </p>
-<p> <b>Note:</b> Although pipes are pretty damn awesome, they unfortunately always get buffered by default, with a stupidly large size like 4KB. This means that it is unlikely a program will work unless it is able to unbuffer its stdin/stdout streams. In some languages this is trivial. In others it is probably impossible. If you want to use a language where it is impossible, please tell the organiser. Even if I have to rewrite half of the code dealing with external agents, <i>I will make it work</i>. </p>
 
 <hr>
 
@@ -39,7 +38,6 @@
 
 <p> &lt;&lt; SELECTION? </p>
 <p> &gt;&gt; $x $y </p>
-<p> &gt;&gt; $x $y $index $type
 
 <p> Where: </p>
 <ol>
        <li> If no request was made, the agent can assume the "update" is due to the action of the opponent. </li>
 </ol>
 <hr>
-<p> Page last updated 2013-02-19 by matches </p>
+<p> Page last updated 2013-03-29 by matches </p>
 
 <p> <a href="http://www.ucc.asn.au">The UCC Website</a> </p>
 <p> <a href="http://progcomp.ucc.asn.au/2013/web">UCC::Progcomp 2013</a> </p>

UCC git Repository :: git.ucc.asn.au