-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnotes.txt
46 lines (35 loc) · 902 Bytes
/
notes.txt
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
(notes to myself during development)
briefest possible text blurbs for new rules:
(and, conveniently, every rule I plan to implement)
rule change every 30 seconds
rule change every 10 lines
rule change every 10 paddles
ball destroys tetrad
tetrad destroys ball
tetrad splits ball
tetrad bounces ball
ball sticks to tetrad
ball sticks to stack
ball breaks tetrad
ball breaks stack
ball melts tetrad
ball melts stack
stack bounces ball
stack splits ball
tetrad ignores ball
tetrad ignores stack
multiplayer-only rules:
everybody move
boundaries {off,on}
scoring:
scheme 1 (timed game)
stack to ceiling nth time: -(n*10000-1) points
miss nth ball: -(n*100-1) points
n-line clear: 500*2^n points
paddle: 100 points
scheme 2 (marathon)
credit 1 ball every 20 lines (w/o ceiling)
credit 1 ceiling every 50 paddles (w/o miss)
n-line clear: 100*2^n points
paddle: 100 points
paddle edge: 300 points