home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 225 / 225.d81 / t.elicoph < prev    next >
Text File  |  2022-08-26  |  1KB  |  51 lines

  1. u
  2.              Elicoph (ID)
  3.              1KB minigame
  4.           by Stefano Tognon
  5.     (C) 2002 Ice Team version 1.00
  6.  
  7.  
  8.     Well, I like this competition even
  9. this year!!!
  10.  
  11.     Game concept:Fly away and destroy
  12. the enemy, or die!... The Independence
  13. Day is arrived! This game is quite
  14. linear and simple for having the music
  15. in it! It is used the Lazy Jones
  16. subtune 21.
  17.  
  18.     Press a key to start/restart the
  19. game. Move up/down and fire to the
  20. ufo. Remember: you have only 3 lives,
  21. while the ufo has 9 lives.
  22.  
  23.     The explosion is embedded into the
  24. sprite of the ufo/helicopter: it is
  25. necessary just to change the primary
  26. color to visible. This saves 2 sprites
  27. spaces! Else, no extended x sprite
  28. coordinate is used for saving code: so
  29. it was betterto place the helicopter
  30. to the dx screen, but I think that it
  31. was nice to see it to the left part.
  32. So, think that the bombs have a
  33. maximum distance before explode,
  34. because you did not see them cross all
  35. the screen.
  36.  
  37.     I like to thank David Whittaker
  38. for his fantastic music, and the
  39. author of 'Minima' sound routine (a
  40. modified version is used here) and the
  41. 'exomizer' compressor (even if it did
  42. not save too much space here, it works
  43. fine for relocating the code at the
  44. right position).
  45.  
  46.     Full source will be released after
  47. the competition at:
  48.  
  49.      http://digilander.iol.it/ice
  50.  
  51.  
  52.