home *** CD-ROM | disk | FTP | other *** search
/ World of Graphics / WOGRAPH.BIN / 658.EXAMPLES.EXE / GUESS.TXT < prev    next >
Text File  |  1993-02-01  |  959b  |  30 lines

  1. GUESS.TXT
  2. ---------
  3.  
  4. Guess is a small game made in and run with DataShow. Guess demonstrates
  5. a few of the many capabilities of DataShow. DataShow makes it easy to
  6. make a lot of powerfull things with limited effort.
  7.  
  8. The object of Guess is to guess a secret number.
  9.  
  10. You simply start Guess by using the accompanying guess.bat file by
  11. simply typing GUESS and then pressing the <Enter> key. Or by selecting
  12. GUESS.SHW from the Run menu in the DataShow integrated environment.
  13.  
  14. A screen is shown, and you are prompted to input a number.
  15.  
  16. Example:
  17.  
  18.                  Enter numer:
  19.  
  20. After you type in a number and hit <Enter> the script will tell you if
  21. the secret number is higher or lower until the right number is found.
  22.  
  23. See the potential for making lots of similar scripts in DataShow?
  24.  
  25. This script can easily be converted to Graphics mode for fancy displays
  26. and lots of other features can easily be added.
  27.  
  28. GOOD LUCK, from
  29.  
  30. RMP Data