← 返回命令列表

Linux command

angband 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Start a new game

angband

Load a specific character savefile

angband -u[character]

Start a brand-new character

angband -n

Run with the X11 front end

angband -mx11 -- -n4

Run with the SDL front end

angband -msdl

Start in wizard (debug) mode

angband -w

Show top high scores

angband -s[10]

Display the usage message

angband -h

说明

Angband is a classic single-player roguelike dungeon exploration game. The player creates a character and descends through 100 levels of a dungeon to ultimately defeat Morgoth, the Lord of Darkness. The game features permadeath, procedurally generated levels, and turn-based gameplay. Characters are created from multiple races (Human, Elf, Dwarf, Hobbit, etc.) and classes (Warrior, Mage, Priest, Rogue, etc.), each with different abilities and playstyles. Combat, magic, and equipment management are central mechanics, with rare artifacts providing powerful bonuses. The game runs in a terminal using ASCII characters to represent the dungeon, monsters, and items, though graphical tilesets are available. Each session saves automatically, and death is permanent by default, deleting the savefile.

参数

-h
Display usage information.
-n
Start a new character (do not load an existing savefile).
-w
Enable wizard (debug) mode; high scores are disabled.
-g
Request graphics mode when the front end supports it.
-r
Rebalance monsters.
-s_num_
Show the specified number of high scores and exit.
-u_who_
Load the savefile belonging to character _who_.
-m_sys_
Select the core display system (gcu for curses/console, x11, sdl, etc.).
-d_lib_=_path_
Override a library subdirectory path. Valid _lib_ keys include help, info, user, save, data, scores, xtra, edit, and file.
--
Pass any remaining arguments to the selected front end (e.g. -n_N_ to open _N_ X11 windows).

FAQ

What is the angband command used for?

Angband is a classic single-player roguelike dungeon exploration game. The player creates a character and descends through 100 levels of a dungeon to ultimately defeat Morgoth, the Lord of Darkness. The game features permadeath, procedurally generated levels, and turn-based gameplay. Characters are created from multiple races (Human, Elf, Dwarf, Hobbit, etc.) and classes (Warrior, Mage, Priest, Rogue, etc.), each with different abilities and playstyles. Combat, magic, and equipment management are central mechanics, with rare artifacts providing powerful bonuses. The game runs in a terminal using ASCII characters to represent the dungeon, monsters, and items, though graphical tilesets are available. Each session saves automatically, and death is permanent by default, deleting the savefile.

How do I run a basic angband example?

Run `angband` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -h do in angband?

Display usage information.