home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 1998 August / apc381.iso / workshop / mac / ffi / ffi.hqx / FFI1.0 / readme < prev   
Encoding:
Text File  |  1998-04-10  |  3.8 KB  |  87 lines

  1. README
  2. Foreign Fruit Invaders
  3. ====================
  4.  
  5. 970816 Olle Welinder
  6. ----------------------------------------------------------------------------------
  7.  
  8. Foreign Fruit Invaders is a "Shot'em up"-game, in the Space Invaders genre, with a gun at the
  9. bottom of the screen and various enemies attacking from the top.
  10.  
  11. The program runs under MacOS, version 7.0 or higher. It req. a 8-bits color-screen, 14" or 
  12. bigger, 68040- or PPC-processor.
  13.  
  14. For help and more infomation use:
  15. 1) Help-function, avalilable from the File-menu
  16.  
  17. 2) Check out the ForeignFruitInvaders website ( http://home1.swipnet.se/~w-16810/ffi/ )
  18. -----------------------------------------------------------------------------------
  19. LEGAL STUFF
  20. ===========
  21. (C) Copyright Olle Welinder, 1997. All Rights Reserved.
  22. Licensed Materials - Property of Olle Welinder
  23.  
  24. It is free for non-commercial use. The game may be distributed freely by non-profit
  25. organizations, provided that this copyright, permission and disclaimer notice appear on
  26. all copies and supporting documentation but only in unchanged form. Commercial distributors
  27. may distribute the game if they send me a copy of the final product (including CD-ROMs,
  28. magazines with enclosed diskettes etc).
  29.  
  30. Olle Welinder makes no representations about the suitability of this software for any purpose.
  31. This program is provided "as is" without any expressed or implied warranties, including, 
  32. without limitation, the implied warranties of merchantability and fitness for a particular 
  33. purpose.
  34.  
  35. ------------------------------------------------------------------------------------
  36.  
  37. RELEASE NOTES
  38. ==============
  39. 980418 Release 1.0.0:
  40.  
  41. Ñ At last: The first official release.
  42. ------------------------------------------------------------------------------------
  43. 980121 Release 0.6.1:
  44.  
  45. Ñ Fixed the enemy's problem with turning it's direction .
  46. Ñ Reduced enemy fire-power a little.
  47. ------------------------------------------------------------------------------------ 
  48. 980120 New and enhancements in release 0.6.0:
  49.  
  50. Ñ New style for presentation of scores and level.
  51. Ñ Animated loading of a new gun.
  52. Ñ The enemy holds his fire until your gun is ready for action.
  53. Ñ New layout for the helpsystem, HighScore-window and the Aboutbox.
  54. Ñ And some more that I don't bother to write about.
  55. -------------------------------------------------------------------------------------
  56. 971214 News in release 0.5.2
  57. 1. Sound for the car.
  58. 2. Improved error-handling and cosmetic changes.
  59. 3. Cleaning up the code (Mostly transparent to the users)
  60.  
  61. NOTE ! If you are uppgrading from 0.5.0 or 0.5.1:
  62. ==========================================
  63. Due to an erlier misspelling I had to rename the preference-file to "ForeignFruitInvaders Pref", if
  64. you want to keep your old settings and HighScores rename the old pref-file to the new name. (
  65. you find in your "SystemsFolder:Preferences") It's the same file-format, just another name.
  66.  
  67. ------------------------------------------------------------------------------------
  68. 971116 News and enhancements in release 0.5.1
  69.  
  70. 1. Patches and fixes to improve misc. sprite behavior.
  71. 2. Made "Reposition of the mouse" optional, because there is a slight chance that this feature 
  72. may cause crashes in future releases of MacOS.
  73.  
  74. ------------------------------------------------------------------------------------
  75. 971026  News in release 0.5
  76.  
  77. 1. Settings and score are now stored in a preferencefile, placed in Systemfolder:Preferencefolder
  78. instead of the application itself. Your settings will now be keept intact while updating FFI, and
  79. no more problems having the application stored on a read-only volume.
  80.  
  81. 2. A more fancy look on the score-panel. This is a optional feature. You may want to turn it 
  82. off on a low-end computer.
  83.  
  84. 3. The timer is now represented by "your neighbour's car", if you take too much time to finish one 
  85. level a HotRod will run you down. Approches from the left, soundless so far.
  86.  
  87.