home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Extra 1996 #3 / AmigaPlus_CD-ROM-EXTRA_Nr.3.bin / aminet-spiele / denk&grübel / multipuzzle1.1 / readme < prev    next >
Text File  |  1994-04-23  |  3KB  |  97 lines

  1. MultiPuzzle v1.1
  2. ================
  3. Copyright (C) 1994 Lorens Younes (d93-hyo@nada.kth.se)
  4.  
  5. This program may be freely distributed except for commercial purpose,
  6. so long as the files included are not separated or modified.
  7.  
  8.  
  9. INTRODUCTION
  10. ------------
  11. MultiPuzzle is a little game that runs on the Workbench screen.
  12. The purpose is to sort a number of bricks so that they form a picture.
  13. The number of bricks and the picture used may be set by the user.
  14.  
  15.  
  16. SYSTEM REQUIREMENTS
  17. -------------------
  18. Since MultiPuzzle uses datatypes.library to load pictures, it requires
  19. version 3.0 or higher of the OS.
  20.  
  21.  
  22. HOW TO PLAY
  23. -----------
  24. When MultiPuzzle is run, it tries to load the selected picture (or a
  25. default one if none has been selected). If this fails, a file requester
  26. will open where a picture can be selected. When the picture is loaded a
  27. window will open on the Workbench screen where the picture is diplayed.
  28.  
  29. To start a new game choose New from the Game menu. The bricks are now
  30. shuffled (it may take some time if there are lots of bricks). When the
  31. bricks have been shuffled it's time to start sorting them.
  32.  
  33. The bricks are moved by clicking on them with the left mousebutton or by
  34. using the arrow keys. Only neighbors to the empty position may be moved.
  35. It's possible to move a whole row or column with a single mouse click.
  36.  
  37. Since it some times is hard to see any difference between two bricks it's
  38. possible to display there numbers. This is done by pressing 'n'. If the
  39. mouse has three buttons, pressing the button in the middle also displays
  40. the numbers. The numbers are hidden when a brick is moved or by pressing
  41. 'n' again (or the middle mousebutton).
  42.  
  43. To quit the program choose Quit from the Game menu or just close the
  44. window.
  45.  
  46. The picture can also be set from within the program by selecting
  47. Load Picture in the Settings menu. This brings up a file requester from
  48. where a new picture can be chosen.
  49.  
  50.  
  51. TOOLTYPES
  52. ---------
  53. MultiPuzzle currently recognize three tooltypes:
  54.  
  55. PUBSCREEN=<name of public screen>
  56. Use this to open the window on other public screen than the default one.
  57. (If there is no public screen with the given name, the program will trie
  58. to open its window on the default public screen).
  59.  
  60. PICTURE=<name of picture>
  61. Set this to the name of the picture to be used.
  62.  
  63. ROWS=<number of rows>
  64. Use this to set the number of rows wanted.
  65.  
  66. COLUMNS=<number of columns>
  67. Use this to set the number of columns wanted.
  68.  
  69. (NOTE! The number of rows or columns set here will be corrected if they
  70. are to big or small.)
  71.  
  72.  
  73. VERSION HISTORY
  74. ---------------
  75. v1.0 (94-04-10) Initial version.
  76. v1.1 (94-04-23) Added the PUBSCREEN tooltype.
  77.                 Added possibility to load pictures from within the program.
  78.  
  79.  
  80. PLANS FOR THE FUTURE
  81. --------------------
  82. Make it possible to set the options now set by using tooltypes, from within
  83. the program.
  84.  
  85. Add support for locale.library.
  86.  
  87.  
  88. BUG REPORTS
  89. -----------
  90. If you discover any bugs please let me know. Also if you have any
  91. suggestions for improvements or just want to tell me how great this
  92. program is, I would appreciate to hear from you.
  93.  
  94. My email-address is:
  95.  
  96.    d93-hyo@nada.kth.se
  97.