forked from fltk/fltk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do some rearranging of image and desktop support files.
Add new Block Attack! game... git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5358 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
- Loading branch information
1 parent
0ce1425
commit f27180b
Showing
64 changed files
with
2,738 additions
and
397 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
.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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<plist version="0.9"> | ||
<dict> | ||
<key>CFBundleInfoDictionaryVersion</key> | ||
<string>6.0</string> | ||
|
||
<key>CFBundleExecutable</key> | ||
<string>blocks</string> | ||
|
||
<key>CFBundleIdentifier</key> | ||
<string>com.easysw.blocks</string> | ||
|
||
<key>CFBundleVersion</key> | ||
<string>1.0</string> | ||
|
||
<key>CFBundleDevelopmentRegion</key> | ||
<string>English</string> | ||
|
||
<key>NSHumanReadableCopyright</key> | ||
<string>Copyright 2006 by Michael Sweet</string> | ||
|
||
<key>CFAppleHelpAnchor</key> | ||
<string>help</string> | ||
|
||
<key>CFBundleName</key> | ||
<string>blocks</string> | ||
|
||
<key>CFBundlePackageType</key> | ||
<string>APPL</string> | ||
|
||
<key>CFBundleSignature</key> | ||
<string>BLKS</string> | ||
|
||
<key>CFBundleIconFile</key> | ||
<string>blocks.icns</string> | ||
|
||
<key>CFBundleShortVersionString</key> | ||
<string>1.0</string> | ||
|
||
<key>CFBundleGetInfoString</key> | ||
<string>1.0, Copyright 2006 by Michael Sweet</string> | ||
|
||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
BLKSBlks |
Binary file not shown.
Oops, something went wrong.