forked from fph/bastet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bastet.6
50 lines (45 loc) · 1.34 KB
/
bastet.6
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
47
48
49
50
.TH BASTET 6 "FEBRUARY 2009"
.SH NAME
bastet \- Tetris(r) clone with "bastard" block-choosing AI
.SH SYNOPSIS
.B bastet
.SH DESCRIPTION
.B bastet
(short for "bastard tetris") is a Tetris(r) clone which tries to
give you the worst possible block. Playing bastet can be
a painful experience, especially if you usually make "canyons" and wait for
the long I-shaped block.
.SH USAGE
.B bastet
tries to conform as much as possible to the tetris guidelines. We refer to those for the rules of the game. In the starting menu, you can configure the key bindings; the default ones are:
.IP DOWN
moves the tetromino down (one single step)
.IP LEFT
moves the tetromino left
.IP RIGHT
moves the tetromino right
.IP SPACE
rotates CW
.IP UP
rotates CCW
.IP ENTER
drops the tetromino as far down as possible (hard drop)
.IP P
pauses the game
.IP CTRL+C
exits the game without any further prompt
.SH PLAYING MODES
The game includes two playing modes. In the second one (harder), you do not get the preview of the next tetromino, and the algorithm is modified to take advantage of this.
.SH FILES
.I $(HOME)/.bastetrc
User options
.I $(HOME)/.bastetscores
User-specific high scores file (used only if the system high scores file is unavailable)
.I /var/games/bastet.scores2
System-wide high scores for bastet.
.SH OPTIONS
None.
.SH BUGS
Many.
.SH AUTHOR
Federico Poloni <[email protected]>