home *** CD-ROM | disk | FTP | other *** search
/ Amiga Computing 64 / ac064.adf / Triktrak.Doc / Triktrak.Doc
Text File  |  1993-07-23  |  10KB  |  227 lines

  1. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  2. * TRIKTRAK v 1.0 ------ Written in M2Amiga Modula-2 by Walter Verbrugge *
  3. * - This program was tested on an A1200 (WB 3.0) and an A500 (WB 1.3) - *
  4. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  5.  
  6. INTRODUCTION
  7. ~~~~~~~~~~~~
  8. This is a shortened translation of the Dutch manual, because you English
  9. speaking guys are more familiar with Backgammon and may not even bother
  10. to try Triktrak. Both games are similar (same board, same number of men)
  11. but the rules ARE different.
  12. This English manual is shorter because I left out everything I thought was
  13. unnecessary. I just translated the important stuff.
  14.  
  15. Here are a few terms I have used to describe the game. They may not be
  16. correct, but I don't know the English backgammon terms. You're always
  17. welcome to correct my mistakes by writing to me on the address listed
  18. below.
  19.  
  20. MAN/MEN   : The pieces (stones) you move on te board. I believe that's how
  21.             they are called in the game of checkers.
  22. WEDGE(S)  : The triangles on the board on which you place your men. There
  23.             are twenty-four wedges in total.
  24. SHAMBLES  : (Literally translated from Dutch.) This is the vertical bar
  25.             dividing the board in two halves. It's used to place the
  26.             captured men on.
  27.  
  28. TRIKTRAK
  29. ~~~~~~~~
  30. Instead of me explaining all the details I suggest you run the program and
  31. do the following:
  32.  
  33.     Click on the cycle gadget until you read: DEMO!
  34.     Click on the START button.
  35.  
  36. The computer will play against itself, so you can figure out how the game
  37. is played. If you think: "We don't play backgammon like that!" Indeed, you
  38. don't! But we play Triktrak like that. Maybe you want to give it a try.
  39.  
  40. HOW TO WIN
  41. ~~~~~~~~~~
  42. As in backgammon, the goal of Triktrak is to remove all your men from the
  43. board. First you move them from their starting position to the last of the
  44. four compartments with the help of the dice. When the lot (15 of them) have
  45. arrived in that compartment, you can start removing them. It should be clear
  46. how, just by watching the demo. I believe the rules are less stringent than
  47. for backgammon, at least as far as removing your men is concerned. The first
  48. player to have taken all 15 of his men off the board is the winner.
  49.  
  50. RULES OF TRIKTRAK
  51. ~~~~~~~~~~~~~~~~~
  52. After rolling the dice, you MUST use the lowest die first. E.g. if you
  53. throw a 5 and a 2, you have to advance one of your men 2 wedges first and
  54. then you can move the same or another man 5 wedges. If the first move (2)
  55. isn't possible, you also lose the second (5).
  56.  
  57. If you throw a 1 and a 2, you are very lucky. You get the following
  58. sequence of moves: 1-1-2-2-5-5-6-6. So eight moves! This is called a
  59. 'triktrak' and is the best possible throw.
  60.  
  61. If you thow a 'double' (e.g. 4 and 4) you get the two fours first and then
  62. you get the number of points on the opposite side of the dice. The total
  63. is always seven, so if you throw 4 and 4 you also get 3 and 3. If you throw
  64. 1 and 1 you also get 6 and 6.
  65.  
  66. If you have finished your move or you can't move, it's the next player's
  67. turn, unless you've just thrown a triktrak or a double. After a triktrak
  68. or double you always get to throw again, whether you could move any of
  69. your men or not.
  70.  
  71. You MUST check whether you can use both dice! If you make the second move
  72. impossible with your first move, the computer won't allow it, unless the
  73. second move is impossible no matter what you do. If both dice can be used,
  74. the computer won't accept anything else. So if the computer refuses your
  75. intended move, it probably isn't a bug in the program, but a false move!
  76.  
  77. You can place as many men as you like on a wedge. All 15 if you want to.
  78. If a wedge contains 2 or more men of a player, his opponent can't put one
  79. of his men on that wedge. It's considered occupied.
  80.  
  81. If however you only have one man on a particular wedge, your opponent may
  82. capture that man by placing one or more of his men on the same wedge (if
  83. the dice allow it, of course). The captured man will be placed on the
  84. 'shambles'. If you have one or more men on the shambles, they MUST be
  85. moved back into the game before you can move any other men. If moving a
  86. man off the shambles is impossible, you lose your entire throw. Again: if
  87. you just threw a triktrak or a double, you may try again.
  88.  
  89. PLAYING TRIKTRAK ON YOUR AMIGA
  90. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  91. When the program is started, you should see the board in its initial set-up.
  92. You'll only see 3 white and black men, but the number 5 written on them
  93. means, as you guessed, that there are 3 piles of 5 men. Anytime there's
  94. a pile (more than 3 men on a wedge) a digit will appear on at least one of
  95. them.
  96.  
  97. Screen gadgets: although there's no drag bar or depth gadget, you can still
  98. use these 'intuition' functions by clicking/dragging in the right place.
  99.  
  100. *** The MODE button ***
  101.  
  102. Before you start a game you should select the desired mode with the cycle
  103. gadget. There are four options:
  104.  
  105. WHITE : You play with the white men against your Amiga. You throw first.
  106.  
  107. BLACK : You play with the black men against your Amiga. Ami throws first.
  108.  
  109. 2 PL. : Two human players will compete. Ami just checks if the rules of the
  110.         game are respected.
  111.  
  112. DEMO! : The Amiga plays against itself. You might fancy a bet with a friend!
  113.  
  114. Click in the cycle gadget until you can read the desired mode in it. While
  115. a game is on, this gadget is disabled. To change modes you must either
  116. finish or abort the current game.
  117.  
  118. *** The START/STOP button ***
  119.  
  120. Once you have selected the desired mode, click on START to start the game.
  121. This button will then contain the text STOP. It can be used to abort the
  122. current game. There won't be a requester asking for confirmation however,
  123. so be careful.
  124.  
  125. *** The QUIT button ***
  126.  
  127. This button replaces the close gadget of a normal intuition window. If you
  128. click on it, the game will be removed from memory. No requester, so watch
  129. out.
  130.  
  131. It may take a little while before the STOP or QUIT buttons react to your
  132. clicking. Don't worry. They WILL once the computer has finished with what
  133. it was doing. There's absolutely no need to click here repeatedly. Just
  134. be patient for a few seconds if necessary.
  135.  
  136. *** The dice ***
  137.  
  138. Both dice are buttons. You roll the dice by clicking on them. They'll stop
  139. rolling automatically. If you're not supposed to roll the dice, they'll be
  140. disabled.
  141.  
  142. *** The display gadget ***
  143.  
  144. The second button isn't really a button at all. Clicking on it is useless.
  145. It just displays some information to let the players know what's happening
  146. or what they're supposed to do next. You can see the following text here:
  147.  
  148. §§§§§§§§ : Waiting for you to select the desired mode and click on START.
  149.  
  150. ######## : Waiting for you to click on a die. These characters are displayed
  151.            in the colour of the player who's supposed to throw the dice. So
  152.            are the dice, by the way. So the colour is either black or white.
  153.  
  154. ******** : Means the dice are rolling. Just ignore this, because you'll see
  155.            the dice rolling, obviously.
  156.  
  157. ???????? : Means the computer is checking whether moving is possible. You
  158.            must wait until these question marks disappear before you can
  159.            make your move.
  160.            If it's Ami's turn to play, she's also calculating which moves
  161.            she considers best. Just wait and see.
  162.  
  163. -------- : Means moving is impossible. The screen will also blink once.
  164.            Now it's the next player's turn to play, unless you just threw
  165.            a triktrak or a double. In that case you get to throw again.
  166.  
  167. 11225566 : Shows the sequence of moves. In this case the player just threw
  168.            a triktrak! Of course, depending on the throw, this can also
  169.            be 5522---- or 46------ or something similar. The digits are
  170.            displayed in the colour of the current player. The current move
  171.            is coloured differently. So you won't lose track!
  172.  
  173. *** THROWING and MOVING ***
  174.  
  175. When the computer is playing, everything will be done automatically.
  176.  
  177. When it's your turn to play, you need to throw the dice first. Just click
  178. on one of them and wait for them to stop rolling.
  179.  
  180. Now the computer will check whether you can move at all. If you can't, the
  181. display gadget will contain -------- and the screen will blink. If so, the
  182. next player steps in (unless you threw a triktrak or a double).
  183.  
  184. If moving is possible, the wedges on the board will serve as buttons. Click
  185. on the wedge containing the man you want to move. The man will be moved
  186. automatically to its destination wedge (if possible or valid). If the
  187. computer refuses your move, you either clicked on a wedge NOT containing
  188. one of your men, OR the man there can't be moved, OR the move is invalid
  189. because it would prevent your next move (as I explained: you must play
  190. all your moves if possible).
  191.  
  192. If you've got one or more men on the 'shambles' the computer will place
  193. these men back on the board for you. You never need to click on the
  194. shambles. This is always automatic.
  195.  
  196. *** WON !!! ***
  197.  
  198. You know how a game of Triktrak is won. When a game is over, the shambles
  199. will contain the following text: either 'WHITE WINS' or 'BLACK WINS'.
  200. Now you can either start a new game (and maybe select a new mode first)
  201. or decide to quit.
  202.  
  203. THE COMPUTER'S LEVEL
  204. ~~~~~~~~~~~~~~~~~~~~
  205. There's only one level. I just tried to make the Amiga as strong as I was
  206. capable of. I hope that's good enough for you. Thanks for reading this
  207. manual and playing the game. Enjoy!
  208.  
  209. THE AUTHOR
  210. ~~~~~~~~~~
  211. If you find bugs or want to ask or tell me something, write to:
  212.  
  213. Walter Verbrugge
  214. Markegemstraat 136
  215. B-8720 Wakken
  216. BELGIUM - EUROPE
  217.  
  218. Fido: 2:292/603.34
  219.  
  220. * * * * * * * * * * * * * * * * * * * * * * * *
  221. *   ___    \        /  \    / __    ___       *
  222. *  /   \    \  /\  / /\ \  / |_     |_        *
  223. * (  C  )    \/  \/ /~~\ \/  |__    | reeware *
  224. *  \___/ ---- Walter Verbrugge -------------- *
  225. *        ----------------------- 2:292/603.34 *
  226. * * * * * * * * * * * * * * * * * * * * * * * *
  227.