home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / games / volume6 / connect4 / README < prev    next >
Text File  |  1989-07-06  |  2KB  |  50 lines

  1. README.
  2.  
  3.  
  4. This is a Connect Four opponent. It was written under BSD4.3 and uses
  5. curses.  Modifications to make it work on other Unices should be
  6. relatively minor - I can think of perhaps 4 or 5 things that would need
  7. doing.
  8.  
  9. I am a little hesitant about releasing this now as it is far from what
  10. I would call a finished thing and the code is ugly. It came about after
  11. a few hours thinking about how I could write such a thing (data
  12. structures and strategy and so forth) and then one night of hacking to
  13. get something working. Since then it has been through several revisions
  14. of strategy, but I still consider it to be missing at least one ability
  15. that humans seem to employ when playing. I intend to add this, but not
  16. in the immediate future.
  17.  
  18. I am also hesitant about putting this into widespread distribution as
  19. Connect Four is undoubtedly a trade mark or some such of Milton Bradley
  20. and I don't want to be woken up by phone calls from their lawyers.
  21.  
  22. I just took another look at all the code etc and I'm really not very
  23. happy with it. Oh well. Flames meekly accepted - as long as you let me
  24. say "I already knew that..." :-)
  25.  
  26. I'm happy to discuss strategies and improvements you might like to
  27. suggest. I'd also be happy to see this code developed further, but at
  28. the same time feel a little possessive about it :-( But, since I am too
  29. busy to do anything more for the present, you have permission to do
  30. anything with this code and there is no real need to consult me.
  31.  
  32. There are very few comments in the code. I am planning to spend quite a
  33. few hours adding some before I lay this to rest and get back to my
  34. schoolwork - just so that when I return to it in a year (or whenever) I
  35. won't get that sinking feeling of not understanding one's own code
  36. anymore.  Or something like that. 
  37.  
  38. Above all - have fun etc etc. See the file 'Install' for instructions on
  39. getting this up and going.
  40.  
  41. Regards,
  42. Terry Jones
  43.  
  44. Department Of Computer Science,  University Of Waterloo     
  45. Waterloo Ontario Canada N2L 3G1. Phone: 1-519-8884674       
  46. UUCP:                    ...!watmath!watdragon!tcjones      
  47. CSNET, Internet, CDNnet: tcjones@dragon.waterloo.{cdn,edu}  
  48. BITNET:                  tcjones@WATER.bitnet               
  49. Canadian domain:         tcjones@dragon.uwaterloo.ca
  50.