home *** CD-ROM | disk | FTP | other *** search
/ Sunny 1,000 Collection / SUNNY1000.iso / Files / Dos / Chess / REPLAY.ZIP / CHESSRP3.___ < prev    next >
Encoding:
Text File  |  1993-08-22  |  1.9 KB  |  25 lines

  1. ┌────────────────────────────────────────────────────────────────────────────┐
  2. │     How to code a 'CHESS MOVES' file with the chess pieces positioned      │
  3. │                          anyplace on the board.                            │
  4. ├────────────────────────────────────────────────────────────────────────────┤
  5. │ The following explains how you can place chess pieces on a chess board     │
  6. │ anyplace you desire, and then start your play from that position.          │
  7. │                                                                            │
  8. │ Refer also to precoded 'moves file' $DEMO.CHX ─ it will be on your disk.   │
  9. │ Here is a sample format:                                                   │
  10. │                                                                            │
  11. │ Record 1: >Some title to be displayed below the chess board.               │
  12. │   "    2: $Start positioning (only the '$' sign is required).              │
  13. │   "    3: BKa8 comments ─ will do the following:                           │
  14. │           .             : put a BLACK piece on the board                   │
  15. │            .            : the piece is a KING                              │
  16. │             ..          : put KING on square 'a8'.                         │
  17. │   "    4: WNd4 comments ─ will do the following:                           │
  18. │           .             : put a WHITE piece on the board                   │
  19. │            .            : the piece is a kNight.                           │
  20. │             ..          : put kNight on square 'd4'.                       │
  21. │   "    5: $Stop positioning (only the '$' sign is required).               │
  22. │   "    6: 1  Nd4 b5     : Statements from this point on are normal moves.  │
  23. │                                                                            │
  24. └────> PLEASE PRESS ANY KEY TO CONTINUE .................... <───────────────┘
  25.