1blocks(6) Games Manual blocks(6)
2
3
4
6 blocks - the fltk block attack! game
7
8
10 Blocks is a FLTK-based block elimination game. Stacks of colored blocks
11 move from right to left as you try to eliminate groups adjacent blocks
12 by clicking on them. As the game progresses, more colors are added (up
13 to a maximum of 7) and the blocks move faster and faster.
14
16 Press the N key to start a game. As the blocks move across the window,
17 click on groups of two or more blocks to clear them - the larger the
18 number of adjacent blocks, the greater the score. Clicking on a blocks
19 containing a dark ball will clear all blocks of that color, however you
20 will score much fewer points than a normal click. The game is over when
21 the blocks reach the left side of the window.
22
23 Press the spacebar to pause the game.
24
26 fltk(3)
27 FLTK Web Site, http://www.fltk.org/
28
30 Michael R Sweet.
31
32
33
3415 January 2006 FLTK Checkers blocks(6)