home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / games / volume15 / accordian / part01 / README < prev   
Text File  |  1993-01-27  |  2KB  |  42 lines

  1.         --------- ACCORDIAN SOLITAIRE ---------
  2.  
  3. This is the card game of Accordian Solitaire.  A deck of cards is
  4. dealt to the playing table (either a card at a time, or the whole
  5. deck at once), and the goal is to move stacks of cards around
  6. until a single stack of cards is left on the table.
  7.  
  8. Stacks of cards can only move 1 or 3 spaces up the line of cards,
  9. onto other stacks whose top card is of the same suit or rank as
  10. the current stack's top card.
  11.  
  12. If you end up with a single stack, you win the game!
  13.  
  14. The book of card games I got this out of (but have since lost) said
  15. of this game something like the following:
  16.  
  17.     The response to this game after we published that it was basically
  18.     impossible to win was about half a dozen letters, typically saying
  19.     the following: `I have play Accordian every night for the last
  20.     25 years, and have won no fewer than 3 times.'
  21.  
  22. Given the chance of winning the game, I felt it wise to write the program
  23. so I wouldn't tire out my hands reshuffling the deck after each defeat.
  24.  
  25.  
  26. To compile and run, edit "Makefile", and change file path, and compiler
  27. definitions to suit your machine.  I have included the compiler setups
  28. for BSD-ish and SysV-ish machines.  I presume that it will compile under
  29. any other system that has an implementation of the "curses" package.
  30.  
  31. I have successfully compiled and run the program under SunOS 4.1.1 (BSD-ish)
  32. on a Sun Sparc 1+, and under IRIX 4.0.5 (SysV-ish) on an SGI Crimson.
  33.  
  34.  
  35. Please send me any enhancements or modifications done to the program,
  36. so I can keep my copy up-to-date with any updated versions out there.
  37.  
  38.  
  39. This program is public domain.
  40.  
  41. -Eric Lechner (ericl@xilinx.com)  19 November 1992
  42.