home *** CD-ROM | disk | FTP | other *** search
/ com!online 2002 May / comcd0502.iso / homepage / javaspecial / 11_01 / eliminator / ReadMe.txt < prev   
Encoding:
Text File  |  1999-11-23  |  1.5 KB  |  65 lines

  1. *******************************
  2.         the ELIMINATOR
  3.  -----------------------------
  4.   Java Applet Game by Riza PN
  5. *******************************
  6.  
  7. A. HOW TO PLAY
  8.  
  9. The goal is to eliminate all balls in the board. The game will be end if
  10. there is no more ball (You Win), or if there is no more possibility to
  11. eliminate them (You lose). Ball will be eliminated if there are more than
  12. one ball at horizontal or vertical direction. Non-ball object is movable,
  13. but it is not able (and it is not the goal) to eliminate them.
  14.  
  15. For every level, there is a maximum number of step. Game will be end
  16. (and you will lose) after this number of step.
  17.  
  18.  
  19. B. USAGE
  20.  
  21. <applet name=Eliminator width=210 height=260>
  22. </applet>
  23.  
  24.  
  25. C. HOW TO MODIFY GAME DATA
  26.  
  27. If it is interesting, you can modify the existing data for any game level
  28. using data and maxstep parameter.
  29.  
  30. for example:
  31.  
  32. <applet name=Eliminator width=210 height=260>
  33. <param name=data0 value=",,,#####,#.o #,#   #,#.o #,#####">
  34. <param name=maxstep0 value=3>
  35. </applet>
  36.  
  37. to change the existing game level 0 with this data.
  38.  
  39. Character to use with the data are :
  40.  
  41. # for wall
  42. * for non-ball
  43. . for ball #1
  44. o for ball #2
  45. O for ball #3
  46. @ for ball #4
  47. + for ball #5
  48. space for blank area
  49. , to enter to the next data-row
  50.  
  51.  
  52. D. HOW TO GET THE JAVA SOURCE
  53.  
  54. Send e-mail to me: rizapn@ratelindo.co.id, and I will send you the java
  55. source of this game.
  56.  
  57. Thank you,
  58.  
  59. November 23, 1999
  60.  
  61. Riza Purwo Nugroho
  62. Am'I Programmers ?
  63.  
  64. Jakarta - Indonesia
  65.