home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / games / scrabb11.zip / SCRABBLE.TXT < prev   
Text File  |  1987-12-12  |  2KB  |  42 lines

  1. This is my first attempt at writing a program of this complexity in "C".
  2. As far as I can tell, the program is self explanatory. The only item I need
  3. to mention is the movement of your playing cursor. The default movement is
  4. horizontal, from right to left via the cursor keys. Use the space bar to 
  5. toggle this to the vertical direction. 
  6.  
  7. This program currently uses all available memory left after DOS is loaded.
  8. This is due to the fact the dictionary is loaded into memory. The result of
  9. this is very fast program operation. I preferred this method to the much slower
  10. operation using file based dictionary searches. I realize this is a pain in 
  11. the @## for all you who have numerous TSRs loaded. I use them too. My solution
  12. utilizes a small program that performs a "warm boot" on my machine. Using this,
  13. I have several batch files (and *.sys files) that I can boot from to put my
  14. machine into almost any configuration. This makes it fairly painless to 
  15. switch my machine's configuration back and forth. I have included this reboot
  16. program and some sample batch files.
  17.  
  18. If you have any questions or comments I can be reached at the following
  19. BBS:
  20.            Ed Hoppers PC Board
  21.            (713)782-5454
  22.  
  23. Or I can be reached directly at the following address:
  24.            Vic Rice
  25.            4026 Bayou Grove Dr.
  26.            Seabrook, Tx 77586
  27.  
  28.  
  29. At this time I know of no bugs in the program. I would appreciate any bug
  30. reports so I can take evasive action. 
  31.  
  32. That's it for the documentation. I wrote this program for my own recreation
  33. and expect no money in return if you happen to enjoy it. (I also won't send
  34. any back if it arrives in the mail <grin>.)
  35.  
  36. P.S. Oops, one last item. During play if you enter a word not found in the 
  37. internal dictionary, you will be asked if indeed it is a real word. If you
  38. answer "YES", the word is added to the file "NEWWORDS.TXT". This is the 
  39. auxiliary dictionary file searched if no match is found in the main 
  40. dictionary. "NEWWORDS.TXT" is a standard ASCII file which you can edit and
  41. modify to suit your needs.
  42.