Initial commit
[cartagena.git] / lib / html / .svn / text-base / index.html.netbeans-base
1 <html>
2 <head>
3 <title>Cartagena</title>
4 </head>
5 <body>
6
7 <h1>Cartagena</h1>
8
9 <h2>Changes</h2>
10 <table cellpadding="3">
11
12 <tr valign="top">
13 <td>24 October 2008</td>
14 <td>Added the <a href="libcartagena.rb"><code>libcartagena</code> library</a>. </td>
15 </tr>
16
17 <td>25 September 2008</td>
18 <td>Slightly changed the <a href="interface.html">interface</a> description: different file format, and program now has 15 seconds to report a single action, rather than 30 seconds for all three actions. </td>
19 </tr>
20
21 <tr valign="top">
22 <td>4 April 2008</td>
23 <td>Initial version</td>
24 </tr>
25
26 </table>
27
28 <p><em>Cartena</em> is a simple race-based board game. You can <a href="rules.html">read the
29 rules</a> and look at the board to see how the game is played. More details on Cartagena are at <a href="http://www.boardgamegeek.com/game/826">Board Game Geek</a></p>
30
31 <p>The challenge is to build a computer program that will play the
32 game well. The structure of the challenge is heavily based on the one
33 for <a href="../pousse/index.html">Pousse</a>. What needs to be fixed
34 for the game is <a
35 href="interface.html">how your player will be called</a>.</p>
36
37 <h2>The Web interface</h2>
38
39 <p>Here you can find some simple web forms that will allow you to
40 interact with the automatic Pousse players. There're two forms
41 here:</p>
42
43 <ul>
44 <li>The <a href="simple.html">simple form</a>, intended for your own
45 program to interact with; and</li>
46 <li>The complex form, intended for a human player.</li>
47 </ul>
48
49 <h2>The library</h2>
50
51 <p>I've written a <a href="http://www.ruby-lang.org/en/">Ruby</a> library <code><a href="libcartagena.rb">libcartagena.rb</a></code>, to act as a reference implementation. This library is released under the <a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public Licence v3</a>.</p>
52
53 </body>
54 </html>