home *** CD-ROM | disk | FTP | other *** search
/ PSION CD 2 / PsionCDVol2.iso / Programs / 1120 / readme.txt next >
Encoding:
Text File  |  2001-09-06  |  3.0 KB  |  77 lines

  1. Yet Another Snake Game
  2. (C) Copyright Simone Puglioli 2001
  3.  
  4. ___________
  5. Description
  6.  
  7. This application for Psion series 5 is a very simple clone of the old famous 
  8. arcade game known as 'Snake' or 'Worm'. 
  9. In a rectangular arena you control the movements of a restless snake who wants
  10. nothing but to eat all the numbers (its food!) that randomly appear (and after
  11. a while disappear) on the screen. When the snake eats a food number, its 
  12. length increases of the same value. Be careful when moving around the screen: 
  13. the snake dies if it hits the side walls of the arena or bites its body (so 
  14. don't try to reverse your direction)! You can change the direction of the 
  15. snake using either the keyboard (with the arrow keys) or the pen (just tap on
  16. the screen and the snake moves its way towards the pen). When using the latter
  17. option keep in mind that the snake is attracted by the first touch on the 
  18. screen, not by the pen movement.
  19.  
  20. Main features:
  21. - different level of difficulty (speed, size, scoring)
  22. - movement controlled by keyboard or pen
  23. - sound enabling based on system setting
  24. - very small size (only 8 K)
  25. - automatically fit to every EPOC32 machine screen (from Revo to 7)
  26.  
  27. _______________
  28. Program Details
  29.             
  30. Name         : YASG
  31. Version      : 1.00
  32. Release Date : 06 September 2001
  33. Copyright    : Simone Puglioli
  34. EMail        : PUGLIOLI_SIMONE@LILLY.COM
  35. WWW          : http://space.tin.it/computer/fpuglio/yasg
  36.             
  37. _________________________
  38. Installation Instructions
  39.  
  40. 1. Unpack the Zip file to your PC or your Psion.
  41.  
  42. 2. On the PC:    Double click on the file YASG.SIS. This will start the PC
  43.                  automatic installation of YASG.
  44.  
  45.    On the Psion: Double tap on the file YASG.SIS. This will start the Psion
  46.                  automatic installation of YASG.
  47.  
  48. YASG should now be accessible to you by the Extras icon. 
  49.  
  50. __________
  51. Disclaimer
  52.  
  53. This program is supplied as free software. 
  54. You agree to use this software completely at your own risk and in no 
  55. circumstances may the author be liable for any losses whatsoever. 
  56. This package is provided "as is" and without any express or implied 
  57. warranties, including, without limitation, the implied warranties of 
  58. merchantability and fitness for a particular purpose. This program is 
  59. protected under international copyright laws. You may not disassemble, 
  60. view the binary code or reverse translate the software without the 
  61. express written permission of the author.
  62.  
  63. ________________
  64. Releases history
  65.  
  66. version 1.00        (06/09/2001)
  67. first version released
  68.  
  69. _____
  70. Notes
  71.  
  72. Because of memory limits, the game score has an hard coded ceiling of 1000.
  73. Should this become an hindrance for anybody, please let me know.
  74. If you provide me with an uncounterfeit screen shot showing an index 
  75. overflow error with a score close to 1000, I'll be happy to release a
  76. new version with higher score bounds and with your name engraved in the 
  77. game gallery of fame (i.e. the About screen) ;-)