You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
935B

  1. .TH blocks 6 "FLTK Checkers" "15 January 2006"
  2. .SH NAME
  3. blocks \- the fltk block attack! game
  4. .sp
  5. .SH SYNOPSIS
  6. \fIBlocks\fR is a FLTK-based block elimination game. Stacks of
  7. colored blocks move from right to left as you try to eliminate
  8. groups adjacent blocks by clicking on them. As the game
  9. progresses, more colors are added (up to a maximum of 7) and the
  10. blocks move faster and faster.
  11. .SH GAME PLAY
  12. Press the N key to start a game. As the blocks move across the
  13. window, click on groups of two or more blocks to clear them - the
  14. larger the number of adjacent blocks, the greater the score.
  15. Clicking on a blocks containing a dark ball will clear all blocks
  16. of that color, however you will score much fewer points than a
  17. normal click. The game is over when the blocks reach the left
  18. side of the window.
  19. .LP
  20. Press the spacebar to pause the game.
  21. .SH SEE ALSO
  22. fltk(3)
  23. .br
  24. FLTK Web Site, http://www.fltk.org/
  25. .SH AUTHOR
  26. Michael R Sweet.