-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
76 lines (59 loc) · 1.9 KB
/
index.html
File metadata and controls
76 lines (59 loc) · 1.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Cute Chess</title>
<link rel="stylesheet" href="/style.css" type="text/css" />
</head>
<body>
<h1>Cute Chess</h1>
<p>
<strong>Cute Chess</strong> is a set of cross-platform tools for working
with chess engines. It consists of:
</p>
<ul>
<li>cutechess—a graphical user interface.</li>
<li>cutechess-cli—a command-line interface for automating chess engine
matches.</li>
<li>libcutechess—a library providing an interface for working with
chess engines.</li>
</ul>
<p>
Cute Chess is developed using C++ and <a href="http://qt.nokia.com/">Qt</a>.
The project has been in development since May 2008 and is currently in active
development.
</p>
<h2>Status</h2>
<h3>cutechess</h3>
<p>
The graphical user interface currently only supports very basic features. Most
of the work is currently done in <em>cutechess-cli</em> and
<em>libcutechess</em> projects. We plan to focus on the GUI after the library
has stabilised.
</p>
<h3>cutechess-cli</h3>
<p>
We consider <em>cutechess-cli</em> to be stable and usable for automating chess
engine matches.
</p>
<h3>libcutechess</h3>
<p>
The library is under heavy development and the API is still changing.
</p>
<h2>Screenshots</h2>
<p>
<a href="/cutechess.png"><img src="/cutechess_small.png"
height="184" width="182" alt="Cute Chess screenshot"></img></a><br />
Cute Chess GUI running on GNU/Linux.
</p>
<h2>Source code</h2>
<p>The sources are managed in a Git repository, see:
<a href="http://github.com/cutechess/cutechess">
http://github.com/cutechess/cutechess</a>
</p>
<div id="footer">
Copyright (C) 2007-2012 Ilari Pihlajisto and Arto Jonsson</a><br/>
Last update: 2012-12-22
</div>
</body>
</html>