Update website a bit
[progcomp2013.git] / web / agent.html
diff --git a/web/agent.html b/web/agent.html
new file mode 100644 (file)
index 0000000..29e0166
--- /dev/null
@@ -0,0 +1,52 @@
+
+<html>
+
+<head>
+<title> UCC::Progcomp 2013 - Writing an Agent </title>
+</head>
+
+<body bgcolor=white>
+
+
+<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>
+
+<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> Copy sample and rewrite amazingly awesome quantum chess algorithm of supreme domination </li>
+       <li> Profit </li>
+</ol>
+<hr>
+
+<h2> That was too long; I didn't read it </h2>
+
+<p> Read the <a href="../agents/sample"/>sample python agent</a> instead. </p>
+
+<hr>
+
+<h2> Policy on Threading and Forking </h2>
+
+<p> <b> Don't do it. It is not allowed. Use a single thread like a real man/woman/robot. </b> </p>
+
+<hr> 
+<h2> This API seems terrible and I want to use threads</h2>
+
+<p> Too bad. Write your own competition. </p>
+
+<hr>
+
+<p> Page last updated 2013-02-18 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>
+
+</body>
+
+</html>

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