home *** CD-ROM | disk | FTP | other *** search
/ CD PowerPlay 6 / TheCompleteAdventureCollection1995 / CDPP6.ISO / hints / 7thg / winmicro / game2.doc < prev    next >
Encoding:
Text File  |  1995-07-01  |  1.5 KB  |  42 lines

  1. ===================== GAME2.EXE ==========================================
  2. You can use this program to beat the microscope puzzle in 
  3. The Seventh Guest game.  You can use two computers or run both the Seventh
  4. Guest (using a PIF) and this program from Windows and switch between the two
  5. using Alt-TAB.  I recommend setting the initial level to 3 or 4 depending
  6. on the speed of your computer.      Minimum requirements: 386DX
  7. The initial level determines the number of moves the program will look ahead.
  8. The program isnt perfect but it will win almost all the time.  Also, I would
  9. begin moving at the top lefthand corner.
  10.  
  11. I have included the C code for any one interested.  This program is a good
  12. example of the recursive minimax (look-ahead,backtracking?) search using 
  13. alpha/beta pruning.  Compiled with Borland C 3.1  
  14.  
  15. Enjoy!
  16. Larry Lewis  7/1/95
  17.  
  18.  
  19.  
  20. T7G PIF settings 
  21. ----------------
  22. Video Mem = HIGH
  23. MEM REQ  KB Req=-1  KB DES=-1
  24. EMS      KB Req=0   KB DES=4096
  25. XMS      KB Req=0   KB DES=5000
  26. Full Screen ON
  27. Background OFF
  28. Exclusive OFF
  29.  -------------------
  30.  Advanced Settings
  31.  ------------------
  32.  Memory Options ALL ON
  33.  Display Options 
  34.         TEXT ON, LOW GRAPHICS ON, HIGH GRAPHICS ON
  35.         EMULATE TEXT OFF, RETAIN ON
  36. ----------------------------------------------------
  37. May not work with all systems.
  38. Start DOS Window, Then T7G, Close Program Manager
  39. When you go back to T7G click the bottom of the screen to restart -
  40. this will redraw the game part of the screen.  Then ALT-TAB back and forth.
  41. Good luck.
  42.