home *** CD-ROM | disk | FTP | other *** search
/ HyperLib 1997 Winter - Disc 1 / HYPERLIB-1997-Winter-CD1.ISO.7z / HYPERLIB-1997-Winter-CD1.ISO / オンラインウェア / GAME / Ariane.sit / Ariane / Ariane.TXT next >
Text File  |  1994-02-13  |  2KB  |  62 lines

  1. THIS PROGRAM REQUIRES A COLOR MONITOR TO RUN ! (>= 256 colors)
  2.  
  3. The goal of Ariane's puzzle is to reproduce a figure
  4. by pushing buttons that move the squares contained in the puzzle.
  5.  
  6. No ! It is not the most wonderful game in the world but it is interesting.
  7.  
  8. The puzzle is a matrice of colored squares surrounded by green buttons.
  9. A green button shifts all squares related to that button (up, down, right or left).
  10.  
  11. You may ask for :
  12. -    a random puzzle where color of squares are generated randomly
  13. -    a square puzzle where the pattern to reproduce is a square
  14. -    a line puzzle where the pattern is a set of horizontal line
  15. -    a cross puzzle where the pattern is a cross sign
  16. -    etc, etc
  17.  
  18. The dimension of the puzzle can be set to any number from 3 to 13 squares.
  19. A square puzzle of 3 by 3 is very easy whereas a random puzzle
  20. of 13 by 13 is very hard.
  21.  
  22. Computer can solve any puzzle but it used a very stupid algorithm to do so.
  23.  
  24. This program has been asked by my 6 years old little girl.  And she has used it !
  25.  
  26. Menu description
  27. ===============
  28.  
  29. Apple
  30.     About : Display the about dialog presenting a picture containing "Le casse-t腎e d'Ariane"
  31.                             which means "The Ariane's puzzle"
  32.  
  33. Puzzle
  34.     New : display a dialog asking for the number of squares for the puzzle to create
  35.     Close : close the active puzzle
  36.     Restart : generate a new pattern
  37.     Do it for me please : let the stupid computer do the puzzle
  38.     Quit : close everything and quit application
  39.  
  40. Edit
  41.     Undo : undo an action (unlimited number of level)
  42.  
  43. Kind
  44.     Random : set the type of puzzle to "random"
  45.     Square : set the type of puzzle to "square"
  46.     ...
  47.  
  48. Option
  49.     Sound
  50.         On : activate sound
  51.         Off : desactivate sound
  52.  
  53. ************************************************************
  54. Warning : This is an ALPHA version but it's FREE. 
  55. ************************************************************
  56.  
  57. Gilles Gouin
  58.  
  59. Compuserve : 73447,1422
  60. America Online : GillesG
  61.  
  62.