home *** CD-ROM | disk | FTP | other *** search
/ 5 Star Games: Windows Edition / 5StarsGames-Windows31Edition.iso / bonus / wcdbrk2 / readme.txt < prev    next >
Text File  |  1991-06-07  |  2KB  |  60 lines

  1. June 7, 1991
  2.  
  3. Thank-you for downloading Code Breaker II. I place this
  4. program and its source code in the public domain so as
  5. to assist other programmers in learning the Windows
  6. environment.
  7.  
  8. Code Breaker is based on a commercial game of similar
  9. design. The computer has randomly choosen a code
  10. consisting of 4 coloured pegs. Your task is to
  11. determine the code. As you play each round the computer
  12. will provide clues.
  13.  
  14. NOTE: In the first version of this program some users
  15.       believed that the position of the clues was important.
  16.       This is not so. The program randomly positions clues.
  17.       The position of a clue is not meant to be a clue itself.
  18.  
  19. The source code and bitmap files are also included. I used the
  20. Borland C++ compiler although the code is standard C. There is
  21. nothing in the code unique to Borland so Microsoft users will
  22. have no problems picking apart or compiling the code.
  23.  
  24. If you have Borland C++ and wish to compile this program
  25. then the easiest way is to create a project file with the
  26. following three files:
  27.    wcdbrk2.c
  28.    wcdbrk2.h
  29.    wcdbrk2.rc
  30.  
  31. For the most part I feel that this program is complete. There
  32. are only two things which could be done better. First, a bitmap
  33. instead of a text asterisk could be used to show the current
  34. colour. Secondly, the enormous help screen could be redone
  35. using the help compiler.
  36.  
  37. Aside from placing this program in the public domain I have also
  38. designated it EGOWARE. What this means is that you must (please)
  39. send me a letter (electronically or postally) telling me that you
  40. have downloaded it and what you think of it. I plan to make a
  41. Scrapbook containing your messages. Also include what part of the
  42. world you are from.
  43.  
  44. Please use my electronic mail box and not the message boards of the
  45. SIGS or Roundtables to contact me. I may only check in weekly and
  46. miss your message.
  47.  
  48. Have fun!
  49.  
  50. Kenneth Fogel
  51. Omnibus Systems
  52. 8108 Norfolk Road
  53. Cote St-Luc, Quebec
  54. Canada, H4X 1A3
  55.  
  56. Compuserve: 74646,2157
  57. GENIE: K.Fogel
  58.  
  59.  
  60.