Got cgi script to work
[progcomp2013.git] / web / index.html
1
2 <html>
3
4 <head>
5 <title> UCC::Progcomp 2013 </title>
6 </head>
7
8 <body bgcolor=white>
9
10 <h1> Quantum Chess </h1>
11
12 <p> <b> Competition: </b> Write an AI to play Quantum Chess. You can enter in <b>any</b> language that supports reading/writing from standard input/output. </p>
13
14 <p> Quantum chess is a variant of chess in which the type of a piece changes during play. </p>
15 <p> The game was invented by Selim Akl, and first implemented by Alice Wismath. 
16         You can see their original website <a href="http://research.cs.queensu.ca/Parallel/QuantumChess/QuantumChess.html"/>here</a>. </p>
17
18
19 <hr>
20
21 <h2> Rules </h2>
22
23 <p> The rules are basically the same as <a href="http://research.cs.queensu.ca/Parallel/QuantumChess/QuantumChess.html"/>the original rules</a>. </p>
24
25 <h3> Differences / Clarifications </h3>
26 <ul>
27         <li> The bottom right and top left squares are white (as in traditional chess), not black. </li>
28         <li> Castling and en passen are <b>not</b> allowed (I'm not sure whether they are in the original version). </li>
29         <li> If a piece in a <b>pawn</b> state ends its move in the opposing back row, that state is <i>always</i> replaced with a <b>queen</b> state. </li>
30         <ul> <li> (because I'm too lazy to give players a choice) </li> </ul>
31         <li> I might shorten the number of moves before a draw is declared, we'll see. </li>
32 </ul>
33
34 <hr>
35
36 <h2> Getting Started </h2>
37
38 <ol>
39         <li> <a href="http://lists.ucc.gu.uwa.edu.au/mailman/listinfo/progcomp" target="_blank"/>Join the mailing list</a> </li>
40         <ul> <li> <b> Important: </b> Don't email the mailing list directly; email the competition organiser (matches at ucc dot asn dot au) </li> </ul>
41         <li> <a href="http://www.ucc.asn.au/services/irc.ucc"/>Join the #progcomp channel on IRC</a> </li>
42         <li> <a href="get.html"/>Obtain a copy of the qchess program</a> </li>
43         <li> <a href="using.html"/>Using the qchess program</a> </li>
44         <li> <a href="agent.html"/>Writing an agent for the qchess program</a> </li>
45         <li> <a href="enter.html"/>Entering the competition</a> </li>
46 </ol>
47
48 <hr>
49
50 <h2> Important Links </h2>
51
52 <table border="1">
53 <tr> <th> git </th> <td> <a href="http://git.ucc.asn.au/?p=progcomp2013.git" target="_blank"/>http://git.ucc.asn.au</a> </td> </tr>
54 <tr> <th> IRC </th> <td> <a href="irc://irc.ucc.asn.au/progcomp"/>#progcomp</a> </td> </tr>
55 <tr> <th> Mailing List </th> <td> <a href="http://lists.ucc.gu.uwa.edu.au/mailman/listinfo/progcomp" target="_blank"/>progcomp at ucc</a> </td> </tr>
56 <tr> <th> Dates </th> <td> <a href="dates.txt"/>subject to change</a> </td> </tr>
57 <tr> <th> Results </th> <td> <a href="results"/>will appear here</a> </td> </tr>
58 <tr> <th> Contact </th> <td> matches or wheel at ucc </td> </tr> 
59 </table>
60
61 <hr>
62
63 <p> Page last updated 2013-03-29 by matches </p>
64
65 <p> <a href="http://www.ucc.asn.au">The UCC Website</a> </p>
66 <p> <a href="http://progcomp.ucc.asn.au">UCC::Progcomp Website</a> </p>
67
68 </body>
69 </html>
70

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