update site
[shariks] / www / index.html
1 <html>
2         <head>
3                 <link href="style.css" rel="stylesheet" type="text/css">
4                 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 
5                 <title>Shariks</title>
6         </head>
7         <body>
8                 <div id="layout">
9             <div class="header"> 
10                     <h1 class="logo"><a href="http://shariks.garage.maemo.org" title="Shariks">Shariks<a></h1>  
11             </div> 
12
13                         <div id="menu" class="box">
14                                 <ul>
15                                         <li><a href="index.html">Home</a></li>
16                                         <li><a href="documentation.html">Documentation</a></li>
17                                         <li><a href="downloads.html">Downloads</a></li>
18                                         <li><a href="development.html">Development</a></li>  
19                                 </ul>
20                         </div>
21
22                         <div id="container">
23                                 <div class="content" align="left">
24                                         <h2>What is Shariks?</h2>
25                                         <p>Shariks is a game for Maemo/MeeGo platform. It's based on game of the same name (Author: Kryshen M.A.). Control is implemented by accelerometer and touchscreen of a tablet.</p>
26                                         <p>Player must use the Ball to collect smaller balls (TailBalls), which cling onto player's ball using links. On high speed links will break. Also there are several other types of randomly moving balls on game field:</p>
27                                         <ul>
28                                                 <li><b>CrazyBalls</b> - periodically begin moving faster and may break links between Ball and TailBalls</li>
29                                                 <li><b>Stars</b> - when player's Ball touchs it, player lose one life. After all 3 lives are lost game will end</li>
30                                         </ul>
31                                         <p>After some time linked TailBalls become green. Then you can score points by taping the screen.</p>
32                                         <p>The goal of game is to reach best score.</p>
33                                         <p>See <a href="documentation.html">documentation</a> for more details... </p>
34                                 </div>
35                         </div>
36                         <div id="footer">
37                                 <span class="f-right">&copy; 2010 <a href="mailto:maemo-sensors@cs.karelia.ru?subject=Shariks">Shariks</a> </span>              
38                         </div>
39                 </div>
40         </body>
41 </html>