Update website a bit
[progcomp2013.git] / web / agent.html
1
2 <html>
3
4 <head>
5 <title> UCC::Progcomp 2013 - Writing an Agent </title>
6 </head>
7
8 <body bgcolor=white>
9
10
11 <h1> What API do I use? </h1>
12
13 <p> If you are <b>not</b> using python, your agent will use the <a href="agent_text.html"/>text based API</a> </p>
14 <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>
15
16 <hr>
17
18 <h2> I've read that, but don't know where to start </h2>
19
20 <ol>
21         <li> Pick a language. Python is recommended for beginners. </li>
22         <li> Look at the sample agents. Here is the <a href="../agents/sample"/>sample python agent</a> </li>
23         <li> Copy sample and rewrite amazingly awesome quantum chess algorithm of supreme domination </li>
24         <li> Profit </li>
25 </ol>
26 <hr>
27
28 <h2> That was too long; I didn't read it </h2>
29
30 <p> Read the <a href="../agents/sample"/>sample python agent</a> instead. </p>
31
32 <hr>
33
34 <h2> Policy on Threading and Forking </h2>
35
36 <p> <b> Don't do it. It is not allowed. Use a single thread like a real man/woman/robot. </b> </p>
37
38 <hr> 
39 <h2> This API seems terrible and I want to use threads</h2>
40
41 <p> Too bad. Write your own competition. </p>
42
43 <hr>
44
45 <p> Page last updated 2013-02-18 by matches </p>
46
47 <p> <a href="http://www.ucc.asn.au">The UCC Website</a> </p>
48 <p> <a href="http://progcomp.ucc.asn.au/2013/web">UCC::Progcomp 2013</a> </p>
49
50 </body>
51
52 </html>

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