home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / GAMES / CHESSCLK.ZIP / CHESSCLK.DOC < prev    next >
Text File  |  1993-11-18  |  4KB  |  70 lines

  1. ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
  2.  
  3.                                    CHESSCLOCK
  4.                                    ==========
  5. ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
  6.  
  7. Any serious chess player will sooner or later wish to own a chess clock.  
  8. Chess clocks, little hand made marvels of craftsmanship embedding two 
  9. distinct clock mechanisms in a wooden case, are indispensable for tournament 
  10. play, not to mention for 15-minute or 5-minute "blitz" games.  Nowadays, they 
  11. are obtainable only at specialty shops, if at all, and cost upwards of $100 
  12. [a catalog lists Jerger (tm) wooden chess clocks at $134.95]. Little Swiss 
  13. clockmakers belong to a bygone era, and the "nifty" wooden chess clock you 
  14. end up spending a goodly sum for might well have been manufactured in a 
  15. Third World country and have only "fair" accuracy. Despair not. 
  16.  
  17. This is a full-featured chess clock implemented entirely in software.  It 
  18. boasts digital time displays, a visual move counter, separately settable 
  19. White and Black clocks with a setting range from one minute up to 99 hours, 
  20. an optional low-time warning, and an optional graphic "tick" indicator. 
  21.  
  22. This program requires a VGA monitor (and card) and a 286 or better machine. 
  23. It has been tested on two 80386SX clones with VGA monitors, one with a Tseng 
  24. Labs clone graphics card and the other with a Trident graphics card. Any 
  25. generic VGA color monitor and card combination should work. It has not been 
  26. tested with a monochrome VGA display. It should work on the expensive 
  27. laptops with color VGA displays, but I cannot speculate whether laptop mono 
  28. VGA displays would give adequate results. I have made no effort toward 
  29. Windows (tm) compatibility. I would like to hear how it works on your 
  30. machine. 
  31.  
  32. No special installation procedure is required.  Just copy the file 
  33. CHESSCLK.EXE to a directory of your choice on your Hard Drive, or even onto a 
  34. working floppy.  Type CHESSCLK to run it.  The opening screen displays until 
  35. a key is pressed.  The options screen asks for time to be allotted to White 
  36. and Black.  You may choose a flashing "ticking" display (some players may 
  37. find it distracting).  A "low-time" warning is the final option, giving a 
  38. brief buzz when either player's time winds down to a chosen interval.  
  39. Press a key when play commences.  White's time begins counting down.  When 
  40. White has moved, he/she presses a key (the SPACE BAR is handy) to begin the 
  41. Black countdown.  Black in turn presses a key after having moved.  A "bleep" 
  42. gives an audio notification if time runs out for either player.
  43.  
  44. ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
  45.  
  46. In the spirit of Open Access, I am including the C++ and C source code in 
  47. this archive for those programmers wishing to play around with and hopefully 
  48. improve this program. Feel free to modify, but please request my approval 
  49. before distributing a modified version. I would be interested in seeing your 
  50. "improved" models.  Credit will be freely given for genuine improvements.
  51.  
  52. ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
  53.  
  54. This is Fairware. I am requesting a modest $1.00 contribution as compen-
  55. sation for the time spent developing this program. That is not much to pay 
  56. for saving $75 and up on a less functional wooden chess clock. Please write 
  57. out a $1.00 check, place it into an envelope, and mail it to a "starving", 
  58. but hard-working programmer. Yes, I truly do need the money. Grilled cheese 
  59. sandwiches do get monotonous. 
  60.  
  61. M\Cooper
  62. 3138 Foster Ave.
  63. Baltimore, MD 21224
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.