home *** CD-ROM | disk | FTP | other *** search
/ Team Palmtops 7 / Palmtops_numero07.iso / Epoc / Palmtime / files / Pyramid.ZIP / PYRAMID.TXT < prev   
Encoding:
Text File  |  1999-12-15  |  3.5 KB  |  65 lines

  1. Pyramid 1.2
  2. The classic card game written for the Psion Series 5 in C++
  3. by Frederic Bouvry in 1997-1998
  4. (mailto:fred@palmtime.com  http://www.palmtime.com)
  5.  
  6. Pyramid is 'Public Domain'
  7. -You may do whatever you want with the sources and the binaries
  8. -I'm not responsible for any damage this program could cause to your palmtop or yourself
  9.  
  10. Notes:
  11. -Official Pyramid App UID is 0x1000055D (keep this Id)
  12. -v1.2 Now runs on the Revo. Changed background pattern. Card's colours are now
  13.  inverted when selected instead of drawing an ellipse. Changed by Simon Quinn.
  14.  
  15. Install procedure:
  16. ------------------
  17. The 5 distributed files are PYRAMID.APP, PYRAMID.AIF, PYRAMID.RSC
  18. CARDS.MBM and PYRAMID.TXT
  19.  
  20. 1) Make sure you can see the System folder on the Psion by using the check box
  21.    in the System menu -> Tools -> Preferences -> Show 'System' folder.
  22. 2) Create a new folder called 'Pyramid' under C:\System\Apps thus C:\System\Apps\Pyramid.
  23.    You can also put it on a compact card, just replace 'C:' by 'D:' in the paths above.
  24. 3) Copy all the files from the distribution to this folder with PsiWin.
  25. 4) Now you should see the Pyramid Icon in the Extra Toolbar.
  26.  
  27. Thanks to Andrian Harper (ady@ady.net) for his 'PDA Online' web site http://ady.net/
  28. where he maintains a 'Software Requests' list in which I saw the Pyramid game
  29. requested by William Miller.
  30.  
  31. Thanks to 'oxymoron' who created the card pictures I used, his URL his
  32. http://www.waste.org/~oxymoron/cards/aboutcards.html
  33.  
  34. PYRAMID'S RULES
  35. ---------------
  36. A classic game in which 28 cards are dealt in the form of a Pyramid.
  37. This comprises of seven rows, the successive rows increasing from one
  38. to seven and overlapping so that each card (except the seventh row)
  39. is partly covered by the two cards of next row.
  40. At the outset, the seven cards of the last row are available.
  41. From the available cards, discard pairs of cards that total thirteen.
  42. Discard kings singly.  Turn cards from the stock one at a time putting
  43. unplayable cards in a wastepile.  The top of this pile is always available.
  44. It may be paired with the next card turned up from the stock (the Tallon)
  45. or with any free card on the Pyramid.  A free card is defined as a card
  46. with no cards touching it from the row below.  Every card turned from
  47. the stock goes to the Tallon pile and any card on the Tallon Pile goes to the Waste.
  48. The game is won if all cards can be discarded - including the stock cards.
  49.  
  50. The rules are simple but believe me, it's difficult to win.
  51. In the S5 version, you have an option that allows up to three redeals to be allowed
  52. before the game becomes blocked. Statistics have been also implemented.
  53. Note that if you finish a game (by winning or exiting) before reaching the maximum
  54. number of redeals, the statistics will be added to the current number of redeals.
  55. e.g.: If the maximum number of redeals is set to 3 and that you win the game during
  56. the first deal, the statistics will be added to the 'None' redeals number.
  57.  
  58. There is no drag & drop feature: you just have to select the cards by tapping
  59. the screen with the pen. For a King, just tap on it. For a combination, tap on the first
  60. card, it turns black then tap on the second card.
  61. To cancel a started combination, just tap again on the first card selected.
  62. This method is the one I prefer, it is also the one used in the freeware Windows version
  63. and you won't damage your screen this way. This is not to avoid programming complexity as
  64. I had implemented a working drag & drop first.
  65.