home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / games / five.zip / FILES.TXT < prev    next >
File List  |  1989-07-25  |  1KB  |  28 lines

  1. Five is based on a dice game played by two or more players. The object of
  2. the game is to accumulate a score of 5000 points or more. Each player rolls
  3. the dice, accumulating scoring dice as long as he rolls scoring dice, if he
  4. fails to roll any score, he loses his turn and a 'scratch' is posted
  5. against him. After any player has 5000 points, every other player gets one
  6. more chance to beat that score. At the end, the player with the highest
  7. score wins. Each losing player pays the winner $0.25 for the game, and
  8. $0.10 for each scratch. A typical losing score is five to ten scratches.
  9. The gam ecan be played by up to 15 human or computer controlled players
  10. (counting yourself). The computer can play any of three different
  11. strategies from very conservative to fairly aggressive. This game is
  12. extremely addictive I found myself playing for literally hours at a time.
  13. The program is is very simple to operate and instructions are provided
  14. within the program if requested. This is an excellent program for any user,
  15. novice to expert. The source code is included in case you wish to modify or
  16. write your own computer players. The source language is Turbo Pascal. The
  17. program will run on any IBM-PC or compatable with at least 128 K of memory
  18. and one disk drive.
  19.  
  20. FIVE     COM   Main program (executable file)
  21. FIVE     PAS   Turbo pascal source code
  22. INSTRUCT PAS    "
  23. COMPUTER PAS    "
  24. READ     ME    Description of game
  25.  
  26. 
  27.  
  28.