3 <title>Generic block game help
</title>
4 <link rel=
"stylesheet" href=
"gbg.css">
7 <div class=
"header"><img src=
"gfx/gbgtitle.png" alt=
"Generic block game"></div>
10 <th><a href=
"general.html">General information
</a></th>
11 <td><a href=
"variationhelps.html">Included variations
</a></td>
12 <td><a href=
"variations.html">.var file reference
</a></td>
16 <h2>General information
</h2>
17 <p>Generic Block Game is made in FreeBasic. It is similar to Tetris or Columns, but the rules are flexible.
</p>
18 <p>It is licensed under
<a href='../COPYING'
>GPL
3</a> or later.
</p>
19 <p>Following things can be changed by editing sets of rules, called
<a href=
"variations.html">variations
</a>.
</p>
21 <li>Playfield size
</li>
22 <li>Blocks number and shapes
</li>
24 <li>Game mechanics (gravity/no gravity)
</li>
28 <h2>Game controls
</h2>
29 <h3>Block manipulation
</h3>
37 <img src=
"gfx/keyleft.png" alt=
"left arrow" title=
"left arrow">
38 <img src=
"gfx/keyright.png" alt=
"right arrow" title=
"right arrow">
39 <img src=
"gfx/keydown.png" alt=
"down arrow" title=
"down arrow">
45 <img src=
"gfx/keyup.png" alt=
"up arrow" title=
"up arrow">
47 <td>move block or rotate, depending on variation
</td>
51 <img src=
"gfx/keyenter.png" alt=
"enter" title=
"enter">
53 <td>fix or drop the block, depending on variation
</td>
57 <img src=
"gfx/keyspace.png" alt=
"space" title=
"space">
78 <img src=
"gfx/keyesc.png" alt=
"Esc key" title=
"Esc key">
80 <td>exits game, exits menu
</td>
84 <img src=
"gfx/keyf1.png" alt=
"F1 key" title=
"F1 key">
86 <td>open help window
</td>
90 <img src=
"gfx/keyf2.png" alt=
"F2 key" title=
"F2 key">
95 <td>left mouse button
</td>
96 <td>drag to move window, select in menu
</td>
99 <td>right mouse button
</td>
100 <td>open/close menu
</td>
104 <img src=
"gfx/keys.png" alt=
"s key" title=
"s key">
106 <td>display score
</td>
110 <img src=
"gfx/keyt.png" alt=
"t key" title=
"t key">
112 <td>change tiles look (if available)
</td>
116 <img src=
"gfx/keyplus.png" alt=
"+ key" title=
"+ key">
118 <td>increase speed (if available)
</td>