home *** CD-ROM | disk | FTP | other *** search
/ Rockford Magazine / Rockford_Magazine_022_19xx_-_de_Disk_4_of_4_Side_B.d64 / module2 (.txt) < prev    next >
Commodore BASIC  |  2023-02-26  |  2KB  |  38 lines

  1. 10 rem mensch aergere dich nicht teil ii
  2. 100 poke53280,0:poke53281,0:poke774,226:poke775,225
  3. 110 poke774,226:poke775,225
  4. 120 print"[147]":poke211,14:poke214,24:sys58640
  5. 130 print"[155]instruction"
  6. 140 print"[192][192][192][192][192][192][192][192][192][192][192]"
  7. 150 print"* mensch aergere dich nicht is played by 2-4 players or against";
  8. 155 print" the computer by one or more players."
  9. 160 print"each player gets 4 pawns of one color."
  10. 165 print"objective is to get all 4 pawns ";
  11. 170 print"to home base."
  12. 180 print"home base are the inner circles of the same color as the pawns."
  13. 190 print"to start you will have to throw a '6'.if none of your pawns is on";
  14. 200 print" the board you have '3' throws until a '6' is thrown."
  15. 210 print"once a '6' is thrown you start at the   arrow of your color."
  16. 220 print"each '6' allows an other throw."
  17. 225 poke198,0:wait198,1
  18. 230 print"you will have to move from your starting arrow and move your";
  19. 240 print" pawn,unless it is your last one."
  20. 250 print"if you have more then one pawn on the board you can choose which";
  21. 260 print" one you want to move by using the spacebar and return."
  22. 265 print"if you can land on your opponent you throw him'off'the board"
  23. 280 print"a pawn thus'thrown off'has to start all over again."
  24. 290 print"when a pawn has reached home base he is save and can not be thrown off
  25. 300 [153]"the player getting his 4 pawns first into home base is the winner."
  26. 330 [153]
  27. 340 [153]"have fun and don't get mad!"
  28. 360 [151]198,0:[146]198,1
  29. 370 [153]"loadwant to read again? (y/n)
  30. 380 geta$:ifa$=""then380
  31. 390 ifa$="n"then420
  32. 400 ifa$="y"thenrun
  33. 410 goto380
  34. 420 print"[147]please wait"
  35. 430 print"[144]load";chr$(34);"module3";chr$(34);","peek(186)
  36. 440 print"run"
  37. 450 poke198,5:poke631,19:poke632,13:poke633,13:poke634,13:poke635,0:new
  38.