1BASTET(6) Games Manual BASTET(6)
2
3
4
6 bastet - any falling bricks game clone with "bastard" block-choosing AI
7
9 bastet
10
12 bastet (short for "bastard falling bricks game") is a any falling
13 bricks game clone which tries to give you the worst possible block.
14 Playing bastet can be a painful experience, especially if you usually
15 make "canyons" and wait for the long I-shaped block.
16
18 bastet tries to conform as much as possible to the falling bricks game
19 guidelines. We refer to those for the rules of the game. In the start‐
20 ing menu, you can configure the key bindings; the default ones are:
21
22 DOWN moves the tetromino down (one single step)
23
24 LEFT moves the tetromino left
25
26 RIGHT moves the tetromino right
27
28 SPACE rotates CW
29
30 UP rotates CCW
31
32 ENTER drops the tetromino as far down as possible (hard drop)
33
34 P pauses the game
35
36 CTRL+C exits the game without any further prompt
37
38
40 The game includes two playing modes. In the second one (harder), you do
41 not get the preview of the next tetromino, and the algorithm is modi‐
42 fied to take advantage of this.
43
44
46 $(HOME)/.bastetrc User options
47
48 $(HOME)/.bastetscores User-specific high scores file (used only if the
49 system high scores file is unavailable)
50
51 /var/games/bastet.scores2 System-wide high scores for bastet.
52
53
55 None.
56
58 Many.
59
61 Federico Poloni <f.poloni@gmx.com>
62
63
64
65 FEBRUARY 2009 BASTET(6)