X-Git-Url: https://git.ucc.asn.au/?p=progcomp2013.git;a=blobdiff_plain;f=web%2Findex.html;h=f53292704bf474c48a935e691e8da8d2750db0ef;hp=6b87b177c05fbbb4a770e37b893c7e2f06ce6df2;hb=b62f274ce80bc47fd5bd684cc4157860b8ad65f4;hpb=0a0868c019e4f68356a8793058d407539548759b diff --git a/web/index.html b/web/index.html index 6b87b17..f532927 100644 --- a/web/index.html +++ b/web/index.html @@ -4,16 +4,17 @@ -

Quantum Chess

+

Schroedinger's Gambit

Competition: Write an AI to play Quantum Chess. You can enter in any language that supports reading/writing from standard input/output.

Quantum chess is a variant of chess in which the type of a piece changes during play.

The game was invented by Selim Akl, and first implemented by Alice Wismath. You can see their original website here. +

You can play against the current leading AI in our competition here

-

Rules

The rules are basically the same as the original rules.

+

Game Rules

The game rules are basically the same as the original rules.

Differences / Clarifications

+
+

Competition Rules

+

The competition consists of a number of preliminary rounds, and a final round. See here for the current schedule.

+

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).

+ +

Each round will be a round robin. Each AI competing will play each other AI (not itself) as both black and white.

+

Points are awarded for each game as follows:

+ + +

Yes, this does effectively mean that you gain more points if there are more opponents.

+ +

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%.

+ +

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.

+ +

Getting Started