home *** CD-ROM | disk | FTP | other *** search
/ MORE WinGames / WINGAMES.iso / yatet / yatetris.doc next >
Text File  |  1992-01-04  |  3KB  |  119 lines

  1.              ╔═══════════════════════════════════════╗
  2.              ║                                       ║
  3.              ║  ┌─────────────────────────────────┐  ║
  4.              ║  │  Welcome to Yet Another Tetris  │  ║
  5.              ║  │          Version 1.00           │  ║
  6.              ║  │ Copyright 1991 by Peter Mueller │  ║
  7.              ║  └─────────────────────────────────┘  ║
  8.              ║                                       ║
  9.              ╚═══════════════════════════════════════╝
  10.  
  11.  
  12.  
  13. YATETRIS is a public domain program. So feel free to give copies
  14. to your friends, neighbours, mommies, daddies, and enemies. BUT:
  15.  
  16.    I don't give any warranty of correctness nor do I accept
  17.    responsibility to anyone for the consequences of using it.
  18.  
  19. YATETRIS is a Tetris-like game for Windows 3.0. It comes to you
  20. in a ZOO file including the following files:
  21.  
  22.    YATETRIS.EXE   Executable
  23.    YATETRIS.FIG   Definition of standard Tetris figures
  24.    YATETRIS.HSC   Highscore table
  25.    YATETRIS.HLP   Help file (I hope the English is well enough,
  26.                   if not, send me a correction list ...)
  27.    YATETRIS.INI   Initialization file
  28.    YATETRIS.DOC   This file
  29.  
  30. All these files, except the DOC-file, are expected to be in the same
  31. directory.
  32.  
  33.  
  34. 2. Figures
  35. ----------
  36.  
  37.  
  38. All used figures are defined in a file called YATETRIS.FIG. In this
  39. version a figure editor is included. Use Windows Help for editing
  40. details.
  41.  
  42.  
  43. 3. Version Chat
  44. ---------------
  45.  
  46.  
  47. Well, this is the first release. Stay tuned for next versions which will
  48. have
  49.  
  50.    - more levels
  51.    - a more satisfying figure editor
  52.  
  53. Nevertheless, if you detect any mysterious behaviour or other strange
  54. things please contact me at
  55.  
  56.    pm@opal.cs.tu-berlin.de
  57.  
  58. or, if this is not possible, write to
  59.  
  60.      Peter Mueller
  61.    Detmolder Str. 15
  62.     1000 Berlin 31
  63.         Germany
  64.  
  65.  
  66. 4. Initialization File YATETRIS.INI
  67. -----------------------------------
  68.  
  69.  
  70. Now there are three values which you can modify:
  71.  
  72.    figures=<path to figure file>
  73.    levels=[on|off]
  74.    shadow=[on|off]
  75.  
  76. where:
  77.    figures is the full path to a figure description file. If no path
  78.            is specified the YATETRIS.EXE directory is taken.
  79.    levels  turns level orientated game on and off, respectively.
  80.            (Default is on.)
  81.    shadow  turns shadow below playground on and off, respectively.
  82.            (Default is on.)
  83.  
  84.  
  85. 5. ToDos
  86. --------
  87.  
  88.  
  89.    - A lot of clean up
  90.    - Doc's, doc's, doc's
  91.    - And then there is C++ ...
  92.  
  93.  
  94. 6. Bugs
  95. -------
  96.  
  97.  
  98.    - Dunno if this is really a bug: After closing the game the About
  99.      window of PM tells me, that I've lost 1K of memory. (But after asking
  100.      in good old net.land some kind soul told me: "Let It Be, Let It Be" ...
  101.      Windows' memory management ...)
  102.  
  103.  
  104. 7. Programming and Testing
  105. --------------------------
  106.  
  107.  
  108. YATETRIS was (and is) programmed with Borland C++ 2.00 (hope to get 3.00 as
  109. soon as possible). It was tested in Windows 3.0 (386 Enhanced Mode),
  110. MS-DOS 5.0, and TDW.
  111.  
  112.  
  113. Viel Spass,
  114.  
  115.         -Peter
  116.  
  117. P.S.: I also have a German version. If someone's interested, drop me a
  118.       note ...
  119.