File: RULES

package info (click to toggle)
kbounce 4%3A24.12.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 7,536 kB
  • sloc: cpp: 1,885; xml: 200; makefile: 8; sh: 2
file content (25 lines) | stat: -rw-r--r-- 897 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
======================
= Rules of Jezz Ball =
======================

Game/Level Length
1. The game will be over if
   a) your number of lifes is zero or
   b) your time is over.
2. When at least 75% of the field is filled. a level is completed.

Lifes
3. A level is started with one life per ball on the field.
4. You will lose a life if a ball hits the inner of a wall.

Balls
5. Each level include one more ball.
6. A ball is reflected by blue and black blocks.

Walls
7. You build a wall with the left mouse buttoyn and change the direction with the right.
8. You can _always_ build _two_ "half" walls concurrently. If one half is already finished,
   you can build another "half" wall.
9. A wall is finished if it is hit by a ball at its end or it hits a black block.
10. A wall is removed if it is hit by a ball at the wall's inner or two "half" walls hit each
   other with their blue ends.