home *** CD-ROM | disk | FTP | other *** search
/ CD Direkt 1995 #1 / Image.iso / cdd / winanw2 / wcdbrk2 / readme.txt < prev    next >
Encoding:
Text File  |  1993-10-16  |  2.9 KB  |  77 lines

  1. /***********************************************************
  2. *       This code originated by Ken Fogel. It has been     *
  3. * modified for Windows 3.1 under the BORLAND OBJECTVISION  *
  4. * "WIN31;STRICT" option.                                   *
  5. *       Mike Kuhnkey has added the "HELP" interface just   *
  6. * for the ?FUN? of it.                                     *
  7. *       It provides a fairly complete "application" with   *
  8. * most of the basic "bells & whistles" a struggling        *
  9. * WINDOWS programmer may be interested in.                 *
  10. *       The source code for the "application" and "Help"   *
  11. * projects is included as well as the "executable".        *
  12. ************************************************************
  13. June 7, 1991
  14.  
  15. Thank-you for downloading Code Breaker II. I place this
  16. program and its source code in the public domain so as
  17. to assist other programmers in learning the Windows
  18. environment.
  19.  
  20. Code Breaker is based on a commercial game of similar
  21. design. The computer has randomly choosen a code
  22. consisting of 4 coloured pegs. Your task is to
  23. determine the code. As you play each round the computer
  24. will provide clues.
  25.  
  26. NOTE: In the first version of this program some users
  27.       believed that the position of the clues was important.
  28.       This is not so. The program randomly positions clues.
  29.       The position of a clue is not meant to be a clue itself.
  30.  
  31. The source code and bitmap files are also included. I used the
  32. Borland C++ compiler although the code is standard C. There is
  33. nothing in the code unique to Borland so Microsoft users will
  34. have no problems picking apart or compiling the code.
  35.  
  36. If you have Borland C++ and wish to compile this program
  37. then the easiest way is to create a project file with the
  38. following three files:
  39.    wcdbrk2.c
  40.    wcdbrk2.h
  41.    wcdbrk2.rc
  42.  
  43. For the most part I feel that this program is complete. There
  44. are only two things which could be done better. First, a bitmap
  45. instead of a text asterisk could be used to show the current
  46. colour. Secondly, the enormous help screen could be redone
  47. using the help compiler.
  48.  
  49. Aside from placing this program in the public domain I have also
  50. designated it EGOWARE. What this means is that you must (please)
  51. send me a letter (electronically or postally) telling me that you
  52. have downloaded it and what you think of it. I plan to make a
  53. Scrapbook containing your messages. Also include what part of the
  54. world you are from.
  55.  
  56. Please use my electronic mail box and not the message boards of the
  57. SIGS or Roundtables to contact me. I may only check in weekly and
  58. miss your message.
  59.  
  60. Have fun!
  61.  
  62. Kenneth Fogel
  63. Omnibus Systems
  64. 8108 Norfolk Road
  65. Cote St-Luc, Quebec
  66. Canada, H4X 1A3
  67.  
  68. Compuserve: 74646,2157
  69. GENIE: K.Fogel
  70.  
  71. Addendum: 10/16/93
  72. Mike Kuhnkey [74250,1501] rewrote the original code for TURBO C++ and
  73. OBJECTVISION format. The "Help" Interface was added, and the source
  74. code for the Help Compiler etc., has been included.
  75.  
  76.  
  77.