home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 605b.lha / FindMe_v1.0 / FindMe.Doc.pp / FindMe.Doc
Encoding:
Text File  |  1992-02-10  |  3.4 KB  |  73 lines

  1.  
  2. This program is a freebe.. meaning it is NOT shareware or freeware.  Just
  3. use it to your hearts content!
  4.  
  5. ---------------------------- FindMe V1.0 --------------------------------
  6.  
  7. This is just a quick little game I threw together!  It will show the
  8. complete alphabet at the bottom of the screen and some empty blocks above
  9. that.  The empty blocks represent a word that you must guess at its letters.
  10. You do that by clicking on one of the LETTERS in the alphabet blocks at the
  11. bottom, if you get a correct letter... it will show its position in what was
  12. the empty blocks.  If it is NOT in the word.. you will be told.  You can
  13. click on the HINT block to get a slight hint as to what the word might be.
  14. Of course if you click in the GIVE UP block... you will be shown what the
  15. word was.  If you click in the top BLOCK that has "F I N D  M E !" on it...
  16. you can take a guess at the word.  Wrong guesses will show you what the
  17. word was and will go onto the next word.
  18. Hitting the ESC (Escape) key will usally exit the program depending where
  19. you are at.. clicking in the QUIT box will do likewise.
  20. Once the word is either 'guessed at' or is 'solved' you are told to "click
  21. the left mouse button to continue or click in QUIT To quit" you can also
  22. hit ANY KEY to continue (except for ESC, which will exit the program).
  23.  
  24. You can run it by clicking its icons or run it from CLI ... BUT! if you do
  25. run it from CLI... you MUST set a stack of at least 15,000.
  26.  
  27. When you first run the program.. it will load a file called 'WORDS', which
  28. must be in the same directory as you run FINDME from.  If the 'WORDS' file
  29. is not found.. it will tell you so and will exit the program.  You can
  30. create your own 'WORDS' file with a plain old text editor (ED would do
  31. nicely).  The way you must set it up (in a file) would be to do in it the
  32. following manner:
  33.  
  34. word/hint text
  35. word/hint text
  36. word/hint text
  37.                  etc. etc. up to 500 lines worth
  38.  
  39. or to be more exact:
  40.  
  41. telephone/something you talk to
  42.  
  43. Just to give you a little insite into the program... the 'WORDS' file is
  44. read into memory and is then re-arranged.
  45. So... IF "telephone/something you talk to" WAS the first line of the 'WORDS'
  46. text file it MAY actually end up being the 20th or whatever. I did that so
  47. the same words/hint text would NOT follow any particular order.  Also.. as
  48. words/hint texts are shown.. they are marked as already being shown and will
  49. not show again until all of the other ones have been shown.  I haven't tried
  50. it out, but if the 'WORDS' file is up to 500 lines long... it MAY? take
  51. FINDME a bit of time to find a word/hint text that has NOT been used
  52. already.  Like I said... I haven't tried it out.
  53.  
  54. The WORD you may put into the 'WORDS' file MUST NOT have anything in it
  55. BUT LETTERS!!!!!!  Nor can you use a SPACE within the word.  The
  56. characters shown below CANNOT BE USED!!!
  57.  
  58.   !@#$%^&*()_+|1234567890-={}[]"':;`~<>?/., or a SPACE
  59.  
  60. Do not put any BLANK lines in the 'WORDS' file.
  61. You must seperate the actual WORD from the hint text with a /.
  62. The hint text can be up to 62 characters long.
  63. The actual word can be up to 26 characters long.
  64. Maximum number of lines allowed in the 'WORDS' file is 500, anything more
  65. then that will be ignored when the file is read.
  66.  
  67.               Mike Dissinger
  68.               SysOp Of The Tusk Bulletin Board
  69.               Located In Lancaster, Pa
  70.               Call 717-560-1750
  71.               Running On An Amiga 2000
  72.               Over 3,300 Files (Mostly Amiga)
  73.