home *** CD-ROM | disk | FTP | other *** search
/ 500 Game Surplus / XSurplus.iso / 592 / 8092.TXT next >
Text File  |  1991-07-18  |  2KB  |  45 lines

  1. This program may be distributed freely.
  2. (You're free to stop reading here.)
  3.  
  4. WinTTT is a 3 Dimensional tic tac toe game for Window 3.0.  Unlike 2 
  5. Dimensional tic tac toe, the object of 3 dimensional tic tac toe is
  6. to get 4 of your pieces in a row (rather than just 3, you see).
  7.  
  8. So to play you just click the mouse (you need a mouse) where you want to
  9. place your piece and then wait for the computer to play (should be quick).
  10. (and Repeat)
  11.  
  12. You can switch sides with the computer, or have the computer play against
  13. itself, or play against a friend, or yourself, etc.  I think the menu options
  14. are fairly intuitive.  The Guy playing the X's always plays first.
  15.  
  16. If you spend much time having the computer play against itself, you'll notice
  17. that it is a HUGE advantage to play first.  I think that means that 3 
  18. dimensional tic tac toe isn't a very good game, in some sense.
  19.  
  20. Sometimes the graphic fills get messed up when it's not being run full-screen,
  21. I apoligize but I can't think of an EASY way to fix it.  It is harmless, 
  22. though, and I don't know of any other bugs.  (of course, I'm not saying there
  23. aren't any others).
  24.  
  25. If you can beat the computer at the highest level ("Forget it") I am very
  26. impressed, and would be interested to hear about it.  If you have another
  27. algorithm that can beat this one consistently, I would be interested in
  28. hearing about/seeing it, also.  (So I can beef up my searches, you see.)
  29.  
  30. If you want my source, you can have it--but it's not too pretty. It was one 
  31. of my first Windows applications so the Windows stuff is very messy.  The 
  32. playing algorithm isn't too bad.  It doesn't use memory very efficiently, 
  33. but there are some reasonably clever tables (for an EE guy, at least). There 
  34. are no comments.
  35.  
  36. Anyway, I hope you it keeps your attention for a few minutes; it did mine.
  37.  
  38. Oh, one more thing: If you think this is a really neat program and are in a 
  39. position to give me a job, I'd be very interested to hear about it.
  40.  
  41.  
  42. chris aldrich
  43. UNH ECE Dept.
  44. c_aldrich@unhh.unh.edu        
  45.