From: Samuel Moore Date: Sat, 7 Jan 2012 08:39:32 +0000 (+0800) Subject: Trivial update to webpage X-Git-Url: https://git.ucc.asn.au/?p=progcomp2012.git;a=commitdiff_plain;h=6fbef43eef989578cc406a33fc759ff08bf4f3d1;ds=sidebyside Trivial update to webpage Thanks to Hipikat for pointing out some things that needed clarifying. Email matches or post in irc if there is anything else. --- diff --git a/web/index.html b/web/index.html index 9cf4c0f..55c1029 100644 --- a/web/index.html +++ b/web/index.html @@ -14,14 +14,11 @@

We will use the same mailing list as last year (progcomp).

irc channel

-

There is a #progcomp irc channel on the ucc irc server (irc.ucc.asn.au) where you can ask questions or help with setting things up.

+

There is a #progcomp irc channel on the ucc irc server (irc.ucc.asn.au) where you can ask questions, and someone might even answer them!

Stratego

This site explains what Stratego is.

-

Short Version: It is a board game in which all pieces have a value that is, initially, unknown to the opponent player. The objective is to destroy all enemy pieces, or capture the enemy "Flag". Pieces with higher values destroy pieces with lower values. There are several special pieces/rules.

- -

Programming Competition

Create an AI to play Stratego.

Programs are written independently and interface through stdin/stdout with a manager program, which queries them on setup and moves.

@@ -49,21 +46,35 @@

When the competition officially runs, results will appear here. There may (or may not) be test results there now.

Sample AI Programs

-

Several sample AI programs are currently available. No guarantees are provided about the functioning of these programs. The sample programs can be downloaded from the git repository - +

Several sample AI programs are currently available. The sample programs can be downloaded from the git repository +

Warning: No guarantees are provided about the functioning of these programs. It is your own responsibility to ensure that your submission obeys the protocol correctly. If you have based your program off a sample, please double check that it obeys the protocol.

Submissions

You must submit the full source code, and build instructions or makefile(s) for your program.

Also include the name of the executable or script, the name of the AI, your name, and optionally a description of your AI and its tactics.

Please email matches@ if you have a submission.

-

Code which attempts to comprimise the host machine, or interfere interfere either directly or indirectly with the functioning of other programs will be disqualified.

+

Code which attempts to comprimise the host machine, or interfere either directly or indirectly with the functioning of other programs will be disqualified.

Dates

The competition is now officially open. Submissions will be accepted until midday, Saturday the 10th of March, 2012. Results will be announced as soon as they are available (depending on the number of entries it may take several days to simulate the competition).

+

Clarifications

+ + +

FAQ

-

No one has asked any questions yet. If there is anything not covered or vague on this page, please email matches@

+

If you have a question which is not covered by this page, or about a topic that is vague on this page, please email matches@

-

Last webpage update: 06/01/12

+

Last webpage update: 07/01/12