Did something, apparently
[progcomp2013.git] / web / agent.html
index 29e0166..3b5c3ce 100644 (file)
 
 <h1> What API do I use? </h1>
 
-<p> If you are <b>not</b> using python, your agent will use the <a href="agent_text.html"/>text based API</a> </p>
 <p> If you are using python, you should use the <a href="agent_python.html"/>python API</a>. But you don't have to. </p>
 
+<p> If you are <b>not</b> using python , your agent will have to implement the <a href="agent_text.html"/>text based API</a>. Or you can build on the samples that already do that.</a> </p>
+
+<hr>
+
+<h2> Languages that have Samples </h3>
+
+<p> I recommend you download the <a href="http://git.ucc.asn.au/?p=progcomp2013.git"/>git repository</a>, but if you <i>really</i> want you can click on the links. </p>
+<ul>
+       <li> <a href="../agents/python"/>python</a> </li>
+       <li> <a href="../agents/c++"/>C++</a> </li>
+       <li> <a href="../agents/java"/>java</a> </li>
+</ul>
+
+<p> If you want to use a language that isn't listed, ask me nicely and I might make a sample for you. </p>
+
 <hr>
 
 <h2> I've read that, but don't know where to start </h2>
 
 <ol>
        <li> Pick a language. Python is recommended for beginners. </li>
-       <li> Look at the sample agents. Here is the <a href="../agents/sample"/>sample python agent</a> </li>
+       <li> Look at the sample agents. Here is the <a href="../agents/python"/>sample python agent</a> </li>
        <li> Copy sample and rewrite amazingly awesome quantum chess algorithm of supreme domination </li>
        <li> Profit </li>
 </ol>
@@ -27,7 +41,7 @@
 
 <h2> That was too long; I didn't read it </h2>
 
-<p> Read the <a href="../agents/sample"/>sample python agent</a> instead. </p>
+<p> Read the <a href="../agents/c++"/>sample python agent</a> instead. </p>
 
 <hr>
 
@@ -42,7 +56,7 @@
 
 <hr>
 
-<p> Page last updated 2013-02-18 by matches </p>
+<p> Page last updated 2013-03-01 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