home *** CD-ROM | disk | FTP | other *** search
/ Inside Multimedia 1995 February / IMM0295.ISO / share / os2 / miles / mile.doc next >
Encoding:
Text File  |  1994-09-15  |  4.2 KB  |  103 lines

  1. Mile Bones/2 is a copyrighted work, it is being distributed under the 
  2. shareware system. If you enjoy the game, please send me $10. Mile 
  3. Bones/2 is a 32 bit PM application written in Watcom C. If you would 
  4. like a copy of the source code, it's available for an additional $40. Your 
  5. registration fee will help me in continuing developing games for OS/2.
  6. Please fill out the order.doc and include it when you register.
  7.  
  8. Under no circumstances shall you, the end user, be permitted, allowed  or 
  9. authorized to commercially exploit the software. Neither you nor anyone 
  10. at your direction shall rent, sell, or lease the software without the 
  11. permission of the author. 
  12.  
  13. The program has no warranty. The program is provided "as is" without
  14. warranty of any kind.
  15.  
  16. You may NOT distribute the program without this file or the order.doc
  17. file.
  18.  
  19. The cards were drawn by Lily Liaw.
  20. -----------------------------------------------------------------------------
  21. Now we got the legal stuff out of the way.
  22.  
  23. Mile Bones/2 is a driving card game. When you start the program. The
  24. display is divided into the following areas.
  25.  
  26. -----------------------------------------------
  27. |                                             |
  28. |                                             |
  29. |                     1                       | 
  30. |                                             |
  31. |                                             |
  32. -----------------------------------------------
  33.  
  34. --------------------             ------
  35. |                  |             |    |
  36. |                  |             |    |
  37. |        2         |             | 3  |
  38. |                  |             |    |
  39. --------------------             ------
  40.  
  41.                        ----- -----
  42.                        |   | |   |
  43.                        |   | |   |
  44.                        | 4 | | 5 |
  45.                        |   | |   | 
  46.                        ----- -----
  47.  
  48. --------------------             ------
  49. |                  |             |    |
  50. |                  |             |    |
  51. |        6         |             | 7  |
  52. |                  |             |    |
  53. --------------------             ------
  54.  
  55. All the cards in your hand are displayed in area 1.
  56. Area 2 displays your ace cards, if any.
  57. Area 3 displays your current status.
  58. Area 4 is the mile cards being played.
  59. Area 5 is the discard pile.
  60. Area 6 displays computer's ace cards.
  61. Area 7 is the computer's current status.
  62.  
  63. There are four kind of cards.
  64. The first type are the mileage cards. All of them have animals on them.
  65. The second type are the hazard cards, they are red.
  66. The third type are remedy cards, they are blue.
  67. The fourth type are the ace cards. All of them have flowers on them.
  68.  
  69. Before you can play a mileage card, you must have either "go", or 
  70. "right of way" on the current status. (You could have "Speed Limit" too,
  71. but in that case, you can only play either 25 mile, or 50 miles)
  72.  
  73. When a hazard card is played against you, you must counter it with
  74. an appropriate remedy card, follow by playing "go" to start "driving"
  75. again.
  76.  
  77. Only one hazard card may be active at a time. You may not play a hazard
  78. unless the other side has "Go" or "Right of Way" on display.
  79.  
  80. There are four ace cards. "Extra Tank of Gas" will provide protection
  81. against "out of gas". "Driving Ace" will protect you against
  82. "Accident". "Puncture Proof Tires" will protect you against "Flat Tire".
  83. "Right of Way" will protect you from either "Stop" or "Speed Limit".
  84.  
  85. When you play a card by double clicking on it, the computer will
  86. check to see if you can legally play this card. If it's a legal
  87. card to play, the computer puts it in appropriate place. If it's
  88. not a legal card, the computer will put it on the discard pile.
  89.  
  90. If you have any questions, comments or bug reports please send e-mail 
  91. to macgyver@cis.ohio-state.edu. or if you prefer postal mail.
  92. The address is
  93. PO BOX 26142
  94. Columbus, Ohio 43226
  95. U.S.A.
  96.  
  97. ************************************************************************
  98. I'm currently working on a computer role playing game for OS/2.
  99. But if you can think of any cool games you would like to see on OS/2, 
  100. please let me know. I think OS/2 is a great OS, but it needs some cool 
  101. games. (grin)
  102.  
  103. -Mac  9/15/94