home *** CD-ROM | disk | FTP | other *** search
/ CD Direkt: Spezial 1 / CDD_SPIELE_.ISO / wingames / vierpp / vierpp.txt < prev   
Text File  |  1993-12-13  |  2KB  |  65 lines

  1. ----------------------------------------------------------------
  2. VIERPP 1.0            Vier Gewinnt (Four Wins) for Windows
  3. ----------------------------------------------------------------
  4.  
  5. by     Jakob Braeuchi
  6.     Kasernenstrasse 36
  7.     CH-3013 Bern
  8.     Switzerland
  9.  
  10.     CompuServe 100014,567
  11.  
  12.  
  13. This game was realized with MS-Visual C++ 1.0 and MFC 2.0    
  14.  
  15. * If you like this game ,please send me CHF 10.- 
  16. * (about 7 US-Dollars) or equivalent in cash; no checks please !
  17.  
  18.  
  19. The Rules
  20. ---------
  21. It's quite simple, you win if you are able to place 4 of your 
  22. pieces in sequence (either vertical, horizontal or diagonal). 
  23. Due to gravitation, the pieces sink down the column...
  24.  
  25. How to play
  26. -----------
  27. Move the mouse to the desired column in the left window and 
  28. click the LEFT button once. You will see a RED circle, your piece,
  29. and soon after a blue one in a different column (this is the 
  30. computer's piece).
  31. The move-list is displayed in the right window's listbox.
  32.  
  33. If you win, or probably loose the game, press the first button in
  34. the toolbar to clear the game board and start a new game.
  35.  
  36. Features
  37. --------
  38. -Use the OPTIONS-Dialog (button four in the toolbar) to select the
  39.  Game LEVEL (1-6) and the Board DIMENSION (8,10,16).
  40.  Levels above 4 should be used on high speed systems 
  41.  (33 MHz or higher) only.
  42. -In the VIEW-Menu you can set the colors of pieces if you don't 
  43.  like the defaults.
  44. -Games can be saved and reloaded using the FILE-Menu or buttons 
  45.  three and two.
  46.  
  47. -Windows non-preemptive multitasking is supported. During the 
  48.  search for the computer's move, VIERPP only processes WM_MOUSEMOVE 
  49.  messages, so there will be no repaints.
  50.  
  51. Known Limitations
  52. -----------------
  53. -Version 1.0 doesn't support a RANDOM feature, that means if you 
  54.  know how to win, you can reproduce it anytime!
  55. -The Print and Print-Preview functions are not yet fully 
  56.  implemented.
  57.  
  58. Enjoy it !
  59.  
  60. Jakob Braeuchi
  61.  
  62. ----------------------------------------------------------------
  63. VIERPP 1.0            Vier Gewinnt (Four Wins) for Windows
  64. ----------------------------------------------------------------
  65.