add web page
[flip] / www / index.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2 <html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5 <title>Flip</title>
6 </head>
7 <body>
8
9 <h1 align="center">Flip - a simple puzzle game</h1>
10 <p align="center">&copy; 2009 <a href="http://xizhizhu.blogspot.com/">Xizhi Zhu (Steven)</a></p>
11 <hr>
12
13 <p>
14 <b>Flip</b> is a simple puzzle game. All you need to do is to flip all the chessmen
15 from the white to the black side. To make it more interesting, when you flip one
16 chessman, the four surrounding chessmen will also be flipped. It's based on Qt 4, and
17 can be used on Maemo 5 or future releases.
18 </p>
19
20 <h2>License</h2>
21 <p>Flip is published under the terms of <a href="http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html">
22 GNU Lesser General Public License version 2.1</a> as published by the Free Software
23 Foundation.</p>
24
25 <h2>Download</h2>
26 Sorry, currently it's still under development. But you can check out the source code
27 from the <a href="https://garage.maemo.org/scm/?group_id=1142">repository</a>.
28
29 <h2>Screenshot</h2>
30 <img src="img/screenshot.png" width="400"><br><br>
31 <img src="img/screenshot2.png" width="400">
32
33 <h2>More</h2>
34 Please submit the bugs you come across and request the features you want from the
35 <a href="https://garage.maemo.org/tracker/?group_id=1142">tracking system</a>. Other
36 issues can be found at the project <a href="https://garage.maemo.org/projects/flip/">page</a>.
37
38 <hr>
39 <p align="center">Last updated: 27.11.2009</p>
40
41 </body>
42 </html>