From: Sam Moore Date: Wed, 30 Jan 2013 06:50:22 +0000 (+0800) Subject: Started work on website X-Git-Url: https://git.ucc.asn.au/?p=progcomp2013.git;a=commitdiff_plain;h=6b085cf1a0772eafed1c26f691961ca98ad43b21 Started work on website I forgot how terrible web design is. --- diff --git a/web/get_qchess.html b/web/get_qchess.html new file mode 100644 index 0000000..410c03b --- /dev/null +++ b/web/get_qchess.html @@ -0,0 +1,88 @@ + + + + UCC::Progcomp 2013 - Getting qchess + + + + +

qchess is a python2.7 implementation of Quantum Chess

+ +

tl;dr

+ + + + + + + + + + +
Binary Script (requires python2.7 and pygame1.9)
Windows 32 bit qchess.py
Linux 64 bit qchess.py
+ +

Warning: Some things in the windows version will not work.

+

Warning: The actual competition will be run on linux. If your program doesn't work on linux, you may not be able to enter.

+ + +
+ + +

Git

+

The best way to do things is to use git and clone the repository at git://git.ucc.asn.au/progcomp2013.git. Run "git pull" everytime a major change is announced.

+ + +
+ + +

Files and Directories

+ + + +
+ +

qchess.py

+ + + +
+ +

Compiled Binaries

+ +

Warning: I am no longer testing the binaries. I believe the linux binary works, but the Windows binary might not.

+

If they work for you, that is awesome, but I recommend installing python and using the python script.

+

You'll probably want to enter in python, since the python script gives you a lot of useful functions.

+ +

On the other hand... , if you have problems with an incompatable version of python, try the binaries!

+ +
+ +

Page last updated 2012-01-30 by matches

+ +

The UCC Website

+

UCC::Progcomp 2013

+ + + + diff --git a/web/index.html b/web/index.html new file mode 100644 index 0000000..e9e56a6 --- /dev/null +++ b/web/index.html @@ -0,0 +1,70 @@ + + + + + UCC::Progcomp 2013 + + + + +

Quantum Chess

+ +

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.

+ + +
+ +

Rules

+ +

The rules are basically the same as the original rules.

+ +

Differences / Clarifications

+ + +
+ +

Getting Started

+ +
    +
  1. Join the mailing list
  2. + +
  3. Join the #progcomp channel on IRC
  4. +
  5. Obtain a copy of the qchess program
  6. +
  7. Using the qchess program
  8. +
  9. Writing an agent for the qchess program
  10. +
  11. Entering the competition
  12. +
+ +
+ +

Important Links

+ + + + + + + + +
git http://git.ucc.asn.au
IRC #progcomp
Mailing List progcomp at ucc
Dates subject to change
Results will appear here
Contact matches or wheel at ucc
+ +
+ +

Page last updated 2012-01-30 by matches

+ +

The UCC Website

+

UCC::Progcomp Website

+ + + +