home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-3.iso / Games / strategic / rulerule.README < prev    next >
Encoding:
Text File  |  1995-04-27  |  4.1 KB  |  101 lines

  1. Sorry, due to internet transfer failures,
  2. previous rulerule#.compressed files
  3. may be unreadable or useless. 
  4. They are now replaced by rulerule4.compressed.
  5.  
  6. rulerule is a game which might be of interest to students and researchers of AI, machine learning and related areas.
  7.  
  8. In this game, rules act and modify other rules (including themselves). 
  9. The goal is to reach a desired condition (e.g. a checkerboard of red and yellow).
  10.  
  11. Full Objective-C source code is given.
  12.  
  13. Currently (1995-04), you can also reach me at
  14. mhi@vent.winnet.de
  15. Home address will change in May 1994.
  16.  
  17. The text of the online help follows.
  18.  
  19.  
  20.  
  21.  
  22.  
  23. rulerule
  24. a graphical game, playing with rules acting on rules
  25.  
  26. Contents
  27. - Goal
  28. - Rules
  29. - Strategy for "all one"
  30. - Opponent
  31. - History
  32. - Evolution
  33.  
  34. Goal
  35. The goal of the game may be one of the following:
  36. - "all one": all buttons colors are changed into the same color.
  37. - "4 times 6": the buttons are changed into 4 groups of 6 buttons. 
  38. In a group each button shows only one color (e.g. an all-white 
  39. button).
  40. - "pattern": a pattern of choice is designed (e.g. alternating black 
  41. and white stripes or a red/yellow checkerboard)
  42.  
  43. Rules
  44. Each button is like specific tool (or rule) for changing colors. For 
  45. example, a button that has black on its left side and white on its 
  46. right with the word "left" written below will change the LEFT color 
  47. of a button from black to white.
  48. In other words, each button can be "read" in the following way
  49. (inserting the appropriate for the words in braces):
  50. "Change the {button inscription} color from {left color} to {right 
  51. color}."
  52. If the button of the above example is applied to itself, the button 
  53. will become all white and quasi-defunct because a change from white to white is no real change.
  54.  
  55. The blue button will change the word "left" to "right" and vice 
  56. versa for all buttons. If you accidentally activate the blue button: use it on itself - its function will not be changed.
  57.  
  58. If you accidentally activate a button you do not want to use: click on the blue button. Although this will generate an error panel there will be no side effects.
  59.  
  60.  
  61. Strategy for "all one"
  62. The rules that lead to the desired color are used on the right sides of other rules until all rules (except, of course, the blue one) lead to the desired color. Then the remaining rules are each applied to itself.
  63. There should be no need to use the blue button when playing without opponent (although it helps).
  64.  
  65. When playing with opponent, note which buttons are changed most often and avoid to use them for important rules.
  66.  
  67. Opponent
  68. The computer can act as opponent to the player to make the game more interesting. The tactics of the opponent is set in the Opponent menu:
  69.  
  70. Type   Opponent
  71. 0       none
  72. 1       noise (random changes)
  73. 2       attack majority 
  74. 3       attack minority
  75.  
  76. A level setting of 3 with goal "all one" will not oppose but help 
  77. (clumsily). The same is true for goal "4 times 6" and level 2.
  78.  
  79. At present, the opponent does not adhere to the rules but can change rules arbitrarily!
  80.  
  81. History
  82. rulerule was inspired by the game MUTABOR (designed by Karsten Theis) on Oct 31, 1994 during a stay with Markus Fix at the IFNM Frankfurt (IFNM = Institut für  Neue Medien). MUTABOR itself was inspired by Douglas R. Hofstadterˋs game of meta-chess. 
  83. This program was designed and implemented in
  84. November 1994 by Dr. Mario Hilgemeier in about 15 hours work, crystallized from overtime at megatel GmbH, D-28203 Bremen, Germany.
  85.  
  86. Evolution
  87. No code is perfect, therefore NeXT ProjectBuilder-files and Objective-C sources for this program are supplied to enable programmers to implement new features. These might include:
  88.  
  89. - Opponents acting under the same constraints as the user (i.e. no arbitrary rule-changes any more!)
  90.  
  91. - Opponents that use a strategy to reach their own goals
  92.  
  93. - Extended Rulespace, e.g. changes to blue rules, more colors, larger matrix etc.
  94.  
  95. I'd like to know about offspring of this program, because I will probably make no further updates. If you've done something to evolve this program or want to make any comments, please email to mhi@megatel.de or send smail to Dr. Mario Hilgemeier, Charlottenstr. 19, D-28203 Bremen, Germany. 
  96.  
  97. Thank you.
  98.  
  99. Mario Hilgemeier
  100.  
  101.