DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: R T

⟦04e203ac8⟧ TextFile

    Length: 2250 (0x8ca)
    Types: TextFile
    Names: »README«

Derivation

└─⟦b20c6495f⟧ Bits:30007238 EUUGD18: Wien-båndet, efterår 1987
    └─⟦this⟧ »EUUGD18/General/Poker/README« 

TextFile


Installation Instructions for Poker:

Save the shar file in "SHAR". Edit out the mail headers.
mkdir pokerdir
mv SHAR pokerdir
cd pokerdir
sh SHAR

This creates a bunch of source files and a Makefile.
Edit "port.h" and enter the HOST which the daemon will be running on
and a free Internet PORT number.
This way a game can span several machines. Edit "scores.c" and enter 
a pathname where the score file can be placed.
make pokerd ; make poker
chmod 711 pokerd ; chmod u+s pokerd
"pokerd" is the daemon, which must be running in order for anyone
to play. Start it with
pokerd >log &   or    pokerd >/dev/null &
"poker" is the user interface, so chmod 711 poker (&tell people
the path to it).

What happens when the user types "poker"?
If the daemon can't be reached, "Connection refused.", else it 
waits for the hand currently being played (if any) to finish.
Then, if there are <4 people already playing, the new player
will be dealt in. If the maximum player limit is already 
reached, the new player is ignored until someone quits ("TABLE FULL").
If someone starts "poker", then kills the process, the daemon
will become confused and crash. "poker" therefore disables BREAK.


Score Info:

The player's NAME from his environment and his userid are combined
when searching the stored scores. If POKER is defined, it is used
instead of NAME. Scores are kept when a player quits
and restored when next he plays. If NAME is not set, USER is used.


Misc:

When asked for Discard:, enter 134 to throw away the first, third, and
fourth cards, (i.e. the index of the card in your hand). You may discard
from 0 to 5 cards.
^L will redraw the screen.
Sitting out and quitting both do not take effect until AFTER the current
hand is finished.



Bugs:

It will wait forever for someone to respond; this can irritate other
players.
Sometimes crashes when a client is killed.
Computer is too easy to beat.
A player can get in twice on different terminals; then whichever of him
quits last is the score that is saved.



Disclaimers:

Warranty? What warranty?
Please excuse the low quality of this "documentation".
It is being written hastily and late at night.



Complaint Department:

rochester!ritcv!jjv3345


"A blurry-eyed hacker is a happy hacker!"