File: crawl.6

package info (click to toggle)
crawl 2%3A0.34.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 100,188 kB
  • sloc: cpp: 363,709; ansic: 27,765; javascript: 9,516; python: 8,463; perl: 3,293; java: 3,132; xml: 2,380; makefile: 1,835; sh: 611; objc: 250; cs: 15; sed: 9; lisp: 3
file content (65 lines) | stat: -rw-r--r-- 1,775 bytes parent folder | download | duplicates (2)
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
.Dd October 9, 2021
.Os
.Dt CRAWL 6
.Sh NAME
.Nm Crawl
.Nd a roguelike dungeon exploration game
.Sh SYNOPSIS
.Nm
.Op Fl vscores Ar n
.Op Fl tscores Ar n
.Op Fl test
.Op Fl sprint-map Ar map
.Op Fl sprint
.Op Fl species Ar species
.Op Fl seed Ar num
.Op Fl script Ar file
.Op Fl scores Ar n
.Op Fl scorefile Ar path
.Op Fl rcdir Ar path
.Op Fl rc Ar path
.Op Fl plain
.Op Fl name Ar name
.Op Fl morgue Ar path
.Op Fl macro Ar path
.Op Fl help
.Op Fl extra-opt-last Ar optname Ns = Ns Ar optval
.Op Fl extra-opt-first Ar optname Ns = Ns Ar optval
.Op Fl dir Ar path
.Op Fl builddb
.Op Fl background Ar background
.Op Fl arena Op Qq Ar monsters Cm v Ar monsters Op Cm arena: Ns Ar map
.Sh DESCRIPTION
.Nm
is a fun game in the grand tradition of similar games like Rogue,
Hack and Moria. The objective is to travel deep into a subterranean cave
complex and retrieve the Orb of Zot, guarded by many horrible and hideous
creatures.
.Pp
If you have never played
.Nm
(or a similar game) before, select the
tutorial from the starting menu. The tutorial explains the interface in
five easy lessons. Once you're familiar with the controls, you may want to
play a few games using hints mode.
.Pp
This is the Stone Soup version of Dungeon Crawl.
.Sh ENVIRONMENT
.Bl -tag -width "CRAWL_NAME" -compact
.It Ev CRAWL_NAME
The character name to use.
.It Ev CRAWL_DIR
The directory to store information in.
.It Ev CRAWL_RC
The configuration file to use.
.El
.Sh SUPPORT
Please visit https://crawl.develz.org for further information.
.Sh SEE ALSO
The in-game help menu, which can be accessed by pressing
.Ic \&? .
.Sh COPYRIGHT
Copyright 1997-2025 Linley Henzell, the dev team, and the contributors.
.Pp
Crawl is distributed under the terms of the GNU General Public License
version 2 or later.