summaryrefslogtreecommitdiff
path: root/branch-3.0-2011/documentation/src/blocks.man
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2011-01-08 16:31:55 +0000
committerMatthias Melcher <fltk@matthiasm.com>2011-01-08 16:31:55 +0000
commit0b6b69caaa4de4cd3bf5a2e2ebb1a94b1132e823 (patch)
tree4846fe3e800834b33783921688014c7b9cd2ee69 /branch-3.0-2011/documentation/src/blocks.man
parent2dc664935d8109767c2d107c6b644082fe06ac05 (diff)
Accidentaly copied here
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8219 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'branch-3.0-2011/documentation/src/blocks.man')
-rw-r--r--branch-3.0-2011/documentation/src/blocks.man26
1 files changed, 0 insertions, 26 deletions
diff --git a/branch-3.0-2011/documentation/src/blocks.man b/branch-3.0-2011/documentation/src/blocks.man
deleted file mode 100644
index 920300708..000000000
--- a/branch-3.0-2011/documentation/src/blocks.man
+++ /dev/null
@@ -1,26 +0,0 @@
-.TH blocks 6 "FLTK Checkers" "15 January 2006"
-.SH NAME
-blocks \- the fltk block attack! game
-.sp
-.SH SYNOPSIS
-\fIBlocks\fR is a FLTK-based block elimination game. Stacks of
-colored blocks move from right to left as you try to eliminate
-groups adjacent blocks by clicking on them. As the game
-progresses, more colors are added (up to a maximum of 7) and the
-blocks move faster and faster.
-.SH GAME PLAY
-Press the N key to start a game. As the blocks move across the
-window, click on groups of two or more blocks to clear them - the
-larger the number of adjacent blocks, the greater the score.
-Clicking on a blocks containing a dark ball will clear all blocks
-of that color, however you will score much fewer points than a
-normal click. The game is over when the blocks reach the left
-side of the window.
-.LP
-Press the spacebar to pause the game.
-.SH SEE ALSO
-fltk(3)
-.br
-FLTK Web Site, http://www.fltk.org/
-.SH AUTHOR
-Michael R Sweet.