Tidy website a bit
[progcomp2013.git] / web / index.html
index 6b87b17..f532927 100644 (file)
@@ -4,16 +4,17 @@
 </head>\r
 \r
 <body bgcolor=white>\r
-<h1> Quantum Chess </h1>\r
+<h1> Schroedinger's Gambit </h1>\r
 \r
 <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>\r
 \r
 <p> Quantum chess is a variant of chess in which the type of a piece changes during play. </p>\r
 \r
 <p> The game was invented by Selim Akl, and first implemented by Alice Wismath. You can see their original website <a href="http://research.cs.queensu.ca/Parallel/QuantumChess/QuantumChess.html"/>here</a>. \r
+<p> You can play against the current leading AI in our competition <a href="http://progcomp.ucc.asn.au/2013/web/qwebchess/">here</a> </p>\r
 </p>\r
 \r
-<hr><h2> Rules </h2><p> The rules are basically the same as <a href="http://research.cs.queensu.ca/Parallel/QuantumChess/QuantumChess.html"/>the original rules</a>. </p>\r
+<hr><h2> Game Rules </h2><p> The game rules are basically the same as <a href="http://research.cs.queensu.ca/Parallel/QuantumChess/QuantumChess.html"/>the original rules</a>. </p>\r
 \r
 <h3> Differences / Clarifications </h3> \r
 <ul>\r
                <ul> <li> (because I'm too lazy to give players a choice) </li> </ul>\r
        <li> I might shorten the number of moves before a draw is declared, we'll see. </li> \r
 </ul>\r
+<hr>\r
+<h2> Competition Rules </h2>\r
+<p> The competition consists of a number of preliminary rounds, and a final round. See <a href="dates.txt">here</a> for the current schedule. </p>\r
+<p> Scores accumulate over the rounds. You do not have to enter an earlier round to compete in a later round (but will not receive a score for that round). </p>\r
+\r
+<p> Each round will be a round robin. Each AI competing will play each other AI (not itself) as both black and white. </p>\r
+<p> Points are awarded for each game as follows: </p>\r
+<ul>\r
+       <li> Win: 3 points </li>\r
+       <li> Loss: 1 point </li>\r
+       <li> Draw: 2 points </li>\r
+</ul>\r
+\r
+<p> <i>Yes</i>, this does effectively mean that you gain more points if there are more opponents. </p>\r
+\r
+<p> Scores in the final round will be weighted so that the finals are worth 50% and the combined sum of the preliminary round scores is the remaining 50%. </p>\r
+\r
+<p> The Sample AI's will score points as normal, but will not be considered when determining the winner (this is to stop me from giving the prize to myself). Don't worry, they aren't very smart anyway.</p>\r
+\r
+\r
 \r
 <hr><h2> Getting Started </h2>\r
 <ol>\r

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