home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Extra 1996 #3 / AmigaPlus_CD-ROM-EXTRA_Nr.3.bin / aminet-spiele / denk&grübel / 3dttt / ttt.doc < prev    next >
Text File  |  1994-11-05  |  3KB  |  102 lines

  1. ›1;32;40m
  2.                               T T T v1.9
  3. ›0;31;40m
  4.    TTT -- a game of three dimensional tic tac toe -- you against Amiga.
  5.  
  6.    TTT is public domain and may be freely distributed.
  7. ›0;32;40m
  8. HOW TO PLAY
  9. ›0;31;40m
  10.    Start TTT by clicking its icon, or from CLI type `RUN TTT'.  
  11.  
  12.    TTT is played on a cube with four levels.  Each level has 16 squares
  13.    arranged as 4 by 4.  The cube is displayed in perspective.  The object
  14.    of the game is to get four marks in a row before the computer does.
  15.    Winning marks may be in ANY straight line, e.g., left-to-right,
  16.    up-and-down, front-to-back, diagonally across a level or diagonally
  17.    across the cube.
  18.  
  19.    To move, point to a square and click the left mouse button.
  20.    Your move will be marked in blue.  The computer will respond by flashing
  21.    its move in white.  You and the computer alternate moves until someone
  22.    wins.  The computer will highlight the winning row.  You may then start
  23.    a new game or quit.
  24.  
  25.    TTT has three menus:
  26.  
  27.     Actions
  28.         New Game       N
  29.         Computer Move  C
  30.         Quit       Q
  31.  
  32.     Instructions
  33.         "How to Play"
  34.  
  35.     About
  36.         "Author Information"
  37.  
  38.  
  39.    New Game      - start a new game.
  40.    Computer Move - tell the computer to move now.
  41.    Quit          - exit the game.
  42.    Instructions  - an abbreviated set of instructions.
  43.    About         - who made TTT.
  44.  
  45.    All of the items on the "Actions" menu have keyboard shortcuts: you
  46.    can Quit by holding down the right-Amiga key and pressing "Q", etc.
  47.    Selecting the "Instructions" or "About" menu has no effect other to
  48.    display the information.
  49.  
  50.    TTT was compiled with SAS/C v6.51.  It has been tested with Enforcer
  51.    and Mungwall on Release 2.1.  It should work with any release, 1.0
  52.    and later, on any Amiga.
  53.    
  54.    TTT may be installed in any drawer by dragging its icon there.  It
  55.    requires no third-party libraries, etc.
  56. ›0;32;40m   
  57. AUTHOR
  58. ›0;31;40m      
  59.    Ron Charlton
  60.    9002 Balcor Circle
  61.    Knoxville, TN 37923 USA
  62.  
  63.    Phone: (615)694-0800
  64.    
  65.    Internet: charlton@cs.utk.edu
  66.    Internet: charltoncr@ornl.gov
  67.  
  68.    05-Nov-1994
  69. ›0;32;40m
  70. HISTORY
  71. ›0;31;40m
  72.     v1.2:
  73.      + A tie game is declared only when both players have a marker
  74.        in every row.
  75.  
  76.      + The computer's first move is more random, so it seems more
  77.        human-like.
  78.  
  79.     v1.3
  80.      + General code cleanup.
  81.      
  82.     v1.4
  83.      + ANSI C compatibility, more code cleanup.
  84.      
  85.     v1.5
  86.      + Added $VER: string for version command.
  87.      + Changed colors to be like the default Workbench 2.0 colors.
  88.      
  89.     v1.6
  90.      + Convert to SAS/C v6.2 compiler.
  91.      
  92.     v1.7
  93.      + Compile with SAS/C v6.2.
  94.      
  95.     v1.8
  96.      + Compile with SAS/C v6.51, Code cleanup.
  97.      
  98.     v1.9
  99.      + Added my Internet address.
  100.      + Reduced screen flash on startup.
  101.      + Write any error messages to a window if started from Workbench.
  102.