home *** CD-ROM | disk | FTP | other *** search
/ Archive Magazine 1995 / ARCHIVE95.iso / discs / shareware / share_42 / draughts / !Draughts / Read_Me < prev    next >
Text File  |  1991-08-07  |  4KB  |  95 lines

  1.  
  2. -----------------------------------------------------------------------------
  3.            --- !Draughts Version 1.0 -  ⌐ 1991 David Steward ---
  4. -----------------------------------------------------------------------------
  5.  
  6.  
  7. INTRODUCTION:
  8.  
  9.    Draughts is an implementation of the well known board game and provides
  10. a computerised board which prevents illegal moves, moves and removes pieces 
  11. and keeps score.  The sound can be turned on and off and Draughts also 
  12. provides a simple 'Help' function which provides basic game play instructionswhen requested. 
  13.  
  14.    Draughts is written in BBC BASIC V and does not run on the Desktop, but 
  15. then who would try to play Draughts at the same time as something else, 
  16. anyway.
  17.                                                               
  18.  
  19. GAMEPLAY:
  20.  
  21.    I'm sure you all know how to play Draughts so I won't bother explaining 
  22. the rules and objectives of the game.  The game must be played by two players(I haven't managed to write the code for a computer player yet, but I'm sure I'll get around to it one day!).  Decide who goes first and then the player
  23. must follow these steps to make a move :
  24.  
  25.     Step 1 : Point at the piece you wish to move;
  26.     Step 2 : 'Click' the Select button;          
  27.     IF you pointed at a movable piece the computer will bleep
  28.        and the selected piece will be highlighted.  
  29.        Step 3 : Point at the square you wish to place the piece in;
  30.        Step 4 : 'Click' the Select button;    
  31.        IF you pointed at a valid square the computer will bleep
  32.           the piece will be moved and the jumped draught (if any)
  33.           will disappear.
  34.           Step 5 : Repeat Steps 3 & 4 until you finish your go;
  35.                    (more than one move may be allowed multiple
  36.                     jumps for exmaple.)
  37.           Step 6 : 'Click' Menu to end your go, the piece will
  38.                     be un-highlighted.(is that a word?)
  39.        ELSE repeat Steps 3 & 4
  40.     ELSE repeat Steps 1 & 2 until you are successful  
  41.                     
  42.  
  43.     ALSO :                                       
  44.        'Clicking' the Adjust button on a piece instead of Select
  45.        will cause that piece to be removed from the board.
  46.        "TAKE CARE - THIS IS IRREVERSIBLE"            
  47.  
  48.        If you accidentely select an opponents piece you can de-select
  49.        it by 'Clicking' Menu before you select a destination.
  50.  
  51.  
  52. OTHER FUNCTIONS: 
  53.                                                            
  54.  
  55.     Sound - to turn the sound off press the "Q" key
  56.             to turn it back on press "S"
  57.  
  58.     Help  - to call up the on-line help 'Click' with Select any where
  59.             on the Draughts logo at the top of the screen.
  60.  
  61.     Scoring - the program automatically keeps a record of the number
  62.               of games won by each player and indicates this by displaying
  63.               little draughts ("..all together now, aaaah") under the
  64.               relevant players indicator (play the game, this will make 
  65.                                                       sense then, I hope)
  66.  
  67.     Quit    - leaving the program, should you want to do this, can be done
  68.               by pressing 'Escape', and then 'clicking' 'Menu' when requested              if you 'click' anything other than 'Menu' a new game will start              BE CAREFUL!! 
  69.  
  70.  
  71. THE PROGRAMMER:
  72.  
  73.     David Steward
  74.  
  75.     51 White Close
  76.     Downley
  77.     High Wycombe
  78.     Buckinghamshire
  79.     HP13 5ND   
  80.  
  81.     (0494) 527004  
  82.  
  83.  
  84. COPYRIGHT NOTICE:
  85.  
  86.    This program (code and graphics) is the property of the programmer, but
  87. you may copy and distribute it providing this file and the REMs in the code
  88. are left intact and that in the spirit of Public Domain software no profit 
  89. is made from this distribution.  Please make any modifications to the code 
  90. that you deem neccessary but please indicate with the use of REMs the new or altered code.  I would also appreciate it if you could send me a copy of any
  91. useful improvements so that I can update my version.
  92.  
  93. David Steward  4th August 1991
  94.     
  95.