1 | <?php header("Content-Type: text/html; charset=utf-8"); ?> |
---|
2 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" |
---|
3 | "http://www.w3.org/TR/xhtml1/DTD/xhtml11.dtd"> |
---|
4 | |
---|
5 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> |
---|
6 | |
---|
7 | <head> |
---|
8 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
---|
9 | <meta name="GENERATOR" content="vim" /> |
---|
10 | <meta name="Author" content="sam@zoy.org (Sam Hocevar)" /> |
---|
11 | <meta name="Description" content="libcaca - cacatris" /> |
---|
12 | <meta name="Keywords" content="libcaca, ASCII, ASCII ART, console, text mode, ncurses, slang, AAlib" /> |
---|
13 | <title>libcaca - cacatris</title> |
---|
14 | <link rel="icon" type="image/x-icon" href="/favicon.ico" /> |
---|
15 | <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" /> |
---|
16 | <link rel="stylesheet" type="text/css" href="/main.css" /> |
---|
17 | </head> |
---|
18 | |
---|
19 | <body> |
---|
20 | |
---|
21 | <?php include($_SERVER["DOCUMENT_ROOT"]."/header.inc"); ?> |
---|
22 | |
---|
23 | <h2> cacatris </h2> |
---|
24 | |
---|
25 | <p> Cacatris aims to create a graphical Tetris(c) clone, but in text mode. Main concerns focus on gameplay, and graphical quality (althought current screenshot doesn't really show this).</p> |
---|
26 | <p> It is currently under heavy developement, thus no downloads are available yet.</p> |
---|
27 | |
---|
28 | <h2> Screenshot </h2> |
---|
29 | |
---|
30 | <p style="text-align: center;"><img src="cacatris-sample.png" width="648" |
---|
31 | height="436" alt="ttyvaders sample 2" /></p> |
---|
32 | |
---|
33 | <?php $rev = '$Id: cacatris.html 1139 2006-09-30 10:04:19Z jylam $'; |
---|
34 | include($_SERVER['DOCUMENT_ROOT'].'/footer.inc'); ?> |
---|
35 | |
---|
36 | </body> |
---|
37 | </html> |
---|