home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 11 / 011.d81 / t.mastermind.boo < prev    next >
Text File  |  2022-08-26  |  911b  |  62 lines

  1.  
  2.             MASTERMIND
  3.  
  4.  
  5.  
  6. Written by: David Malmberg
  7.  
  8. List Processing in LOGO
  9. PowerPlay Magazine, May 1985
  10. Page 116
  11.  
  12.  
  13.   Here is a version of the popular
  14.  
  15. logic game called MASTERMIND.  This
  16.  
  17. version is written in the language of
  18.  
  19. LOGO.  This LOGO version has many
  20.  
  21. recursive list-processing procedures
  22.  
  23. which you may be able to learn from.
  24.  
  25.   If you have LOGO, try your logic
  26.  
  27. against that of the MASTERMIND.
  28.  
  29.  
  30. **** NOTE ****
  31.  
  32.     This program does NOT RUN
  33.  
  34. without LOGO installed.  Do not make
  35.  
  36. any attempt to RUN this program
  37.  
  38. without LOGO (it will bomb!).
  39.  
  40.  
  41.    This program is copyrighted by
  42.  
  43. PowerPlay magazine.  All rights to it
  44.  
  45. are reserved.  LOADSTAR has relieved
  46.  
  47. you from the burden of keying in this
  48.  
  49.     program.  For more complete
  50.  
  51. information about this program, refer
  52.  
  53. to the May 1985 issue of PowerPlay
  54.  
  55.              Magazine.
  56.  
  57.  
  58.  
  59. >Files used: MASTERMIND
  60.  
  61. --------------------------------------
  62.