home *** CD-ROM | disk | FTP | other *** search
- *******************************
- the ELIMINATOR
- -----------------------------
- Java Applet Game by Riza PN
- *******************************
-
- A. HOW TO PLAY
-
- The goal is to eliminate all balls in the board. The game will be end if
- there is no more ball (You Win), or if there is no more possibility to
- eliminate them (You lose). Ball will be eliminated if there are more than
- one ball at horizontal or vertical direction. Non-ball object is movable,
- but it is not able (and it is not the goal) to eliminate them.
-
- For every level, there is a maximum number of step. Game will be end
- (and you will lose) after this number of step.
-
-
- B. USAGE
-
- <applet name=Eliminator width=210 height=260>
- </applet>
-
-
- C. HOW TO MODIFY GAME DATA
-
- If it is interesting, you can modify the existing data for any game level
- using data and maxstep parameter.
-
- for example:
-
- <applet name=Eliminator width=210 height=260>
- <param name=data0 value=",,,#####,#.o #,# #,#.o #,#####">
- <param name=maxstep0 value=3>
- </applet>
-
- to change the existing game level 0 with this data.
-
- Character to use with the data are :
-
- # for wall
- * for non-ball
- . for ball #1
- o for ball #2
- O for ball #3
- @ for ball #4
- + for ball #5
- space for blank area
- , to enter to the next data-row
-
-
- D. HOW TO GET THE JAVA SOURCE
-
- Send e-mail to me: rizapn@ratelindo.co.id, and I will send you the java
- source of this game.
-
- Thank you,
-
- November 23, 1999
-
- Riza Purwo Nugroho
- Am'I Programmers ?
-
- Jakarta - Indonesia
-