Dec 222017
 
Fun game of solitaire!!.
File SOL8C.ZIP from The Programmer’s Corner in
Category Games and Entertainment
Fun game of solitaire!!.
File Name File Size Zip Size Zip Type
SOL8C.DOC 9685 4068 deflated
SOL8C.EXE 33800 20872 deflated

Download File SOL8C.ZIP Here

Contents of the SOL8C.DOC file



SOL8C

A solitaire game for a PC or compatible with CGA or EGA

Written by Ben Cohen
Copyright 1987 by Ben Cohen


DESCRIPTION or "What is it?"

SOL8C is a solitaire game played with a standard deck of 52
cards. The object of the game is to form four columns of cards, each
column consisting of a single suit arranged in order from King to Ace,
top to bottom. SOL8C will maintain a running score for all of the
games that you have played and will update this score after every game
that you play (see STATISTICS below for details).



COMMAND LINE AND OPTIONS or "How do I start it?"

The syntax for invoking SOL8C is:

SOL8C [[?]|[??]] [[-a|-r] [-o|-m] [-t|-s] [-n|-q]]

If '?' or '??' is present on the command line, the first of them
is effective and all other options are ignored.

Flags are optional; if omitted, defaults apply. Options must be
separated by a space. They may be upper or lower case. The '-' flags
are paired; if you enter more than one from a pair, the last entry
from that pair is used. Each flag must be preceded by an option
indicator; both '-' and '/' are valid. The options are defined below:

? = displays a short description of the game which allows a new
player to get started quickly. A description of the options
is not included.
?? = displays your current statistics from the SOL8C.SCR file
(see STATISTICS below for details).

-a = player accepts every deal as it is presented. Default
-r = allows the player to reject a deal if he does not like the
possibilities presented by the layout.

-o = play one game only. Default
-m = may play multiple games.

-t = "terror" mode for Auto-move (see below). Default
-s = "slow" mode for Auto-move (see below).

-n = "noisy" mode; ring bell at end of game. Default
-q = "quiet" mode; no sound effects.

The flags can be entered permanently into the environment
variable 'SOL8C'. For example, if you always want quiet and multi-game
modes, place the following line into your AUTOEXEC.BAT:

SET SOL8C=-Q -M

Note that command-line options may still be used to override environ-
ment default options.



LAYOUT or "What am I looking at?"

The game is played on a tableau of 8 columns with 6 cards in each
column. The remaining 4 cards are placed on the side as your 'Hand'.
Initially, there are 12 cards that are face down in the center in the
form of an inverted triangle. These cards cannot be used until they
are turned over, which is caused by moving the card below them.



PLAY or "Now what do I do?"

SOL8C is played by moving a card and all of the cards below it to
the next highest card of the same suit. For example, if the 4 of clubs
is at the bottom of column 2 and the 3 of clubs is somewhere in column
8, you may move the 3 of clubs (and all of the cards below it) to
column 2.

A move is made by specifying the column to which you are moving.
Thus, the play that was mentioned above would be a '2' move since you
are moving to column 2. The column may be chosen by either pressing
the number keys 1 through 8, or by using F1 through F8.

You may move any available King to an empty column, which is the
only move allowed to an empty column. When you choose to move to an
empty column and there is more than one King available, you will be
prompted for which King to move. You respond by entering the first
letter of the suit that you want to move ('c' for clubs, etc.). You
may cancel a King move by selecting another target column or by
selecting the Hint function (See HINT below).

If a column becomes longer than will fit on the screen, you will
see the indicator 'cont'd...' in the lower right-hand corner and you
can use the PgDn and PgUp keys to view the different parts of the
tableau.

You may save and quit a game in progress by pressing F10, which
will create the file SOL8C.SAV in the current directory. The next time
that you play SOL8C, the game will be restarted from where you left
off.



HINT or "What can I do next?"

F9 can be used to display a possible move to you, highlighting
the card to move. Repeated pressing of F9 will cycle through all of
the possible moves. Note: SOL8C is not recommending moves; it is only
displaying the list of possible moves. Pressing the Hint key while you
are in the middle of a King move will give you a hint and cancel the
King move.



AUTO-MOVE or "Wha' hoppen'?!!"

If there is only one move available, SOL8C will make the move for
you, rather than forcing you to find it. SOL8C will continue to Auto-
move until multiple moves are available or the game is over. In
"terror" mode (-t flag, or default), these moves will be made non-stop
and very fast. In "slow" mode (-s flag), SOL8C highlights each Auto-
move and prompts you to press any key to execute the move.



KEY SUMMARY or "What was that again?"

F1, 1 - move to column 1
F2, 2 - move to column 2
F3, 3 - move to column 3
F4, 4 - move to column 4
F5, 5 - move to column 5
F6, 6 - move to column 6
F7, 7 - move to column 7
F8, 8 - move to column 8
F9, H - suggest a move
F10, Q - save and quit the game
c - (when prompted) move the King of Clubs
d - (when prompted) move the King of Diamonds
h - (when prompted) move the King of Hearts
s - (when prompted) move the King of Spades
PgDn - view the next page if "cont'd..." is displayed
PgUp - view the previous page if not on first page



STATISTICS or "What's with all the numbers?"

Statistics consist of four numbers that SOL8C generates and
displays from data saved in the SOL8C.SCR file. The displayed
statistics are as follows:

"Games" = total number of games played.
"Wins" = number of games won. Most players average 1 win in 10
games. If you're ahead of this, you're doing better than
average.
"Avg. Cards" = average number of cards still concealed when the
game ended. The lower this number, the better. The average
player is stuck with about 6 cards.
"Avg. Moves" = average number of moves made in all games. The
higher this number, the better. Most players run about 30
moves per game.



DEAL REJECTION or "Wait a minute! I can't win with that!"

If you select the deal rejection option '-r', you will have the
option of rejecting a layout after examining it, but before making any
move. Use the key to obtain a new layout until you see one that
makes you happy. Once you start to play, however, you must complete
the game.



MULTI-GAME PLAY or "Just one more! I promise!"

If you select the multi-game option '-m', you will receive a
prompt along with the end-of-game statistics. Press the key to
begin a new game. Any other key will return you to the operating
system. Deal rejection, if selected, remains in effect for all games.



THANKS TO or "What do you mean I don't get any credit?"

I would like to extend my thanks to F. Dwight Long and Barry
Eisler for their work and help on the original version of SOL8C which
was written in REXX on an IBM 3081 under VM/CMS. I would especially
like to thank Dwight for showing me the version that came before that
one, which prompted this whole mess.

I would like to thank Frances Cohen ("Thanks, Mom!") for her
assistance in fixing this documentation so that you can understand it.
("Enough already! They'll like it like this!")

I would also like to thank the people who helped me beta- and
gamma- test this game (I did alpha-). My playtesters were Vincent
Andrunas, Frances Cohen, Roland Gravois, and Tom Vera.



DISCLAIMER or "You mean I can't blame you for that?"

I take no responsibility for any damage or harm (physical,
emotional, spiritual, etc.) that is caused by your using this program.
You, as the user, accept full responsibility for your computer, your
data, your job, your relationships, etc.

I will warn you right now that SOL8C is very addicting and you
will sit there saying, "Just one more game..."



SUGGESTIONS, GRIPES, COMMENTS or "Have I got an idea for you!"

If you have any suggestions, etc., on how to improve SOL8C or any
sort of bug report, please contact me so that I can look into them. My
address is:

Ben Cohen
12 Britton St.
Jersey City, NJ 07306

or I can be contacted on the Gramercy Park BBS in New York City at
(212) 677-3460.



BEGGING FOR DOLLARS or "Great stuff! Of course I'll send money!"


If you like SOL8C and would like to have major upgrades sent
directly to you, I will cheerfully accept contributions ($15
suggested).


Feel free to copy this program and distribute it. However, this
documentation file must remain part of the package, complete with the
Copyright statement at the beginning of this file. Both documentation
and program must be distributed unmodified.


Enjoy!!!


 December 22, 2017  Add comments

 Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

(required)

(required)