← 返回命令列表

Linux command

rogue 命令

文本

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

常用示例

Start a new game

rogue

Restore a saved game

rogue -r [save_file]

Display high scores

rogue -s

说明

rogue is the original dungeon-crawling game that defined the roguelike genre. The player explores procedurally generated dungeon levels, fighting monsters, collecting treasure, and searching for the Amulet of Yendor on the 26th level. The game displays the dungeon using ASCII characters: @ represents the player, letters represent monsters (stronger monsters use later alphabet letters), # shows corridors, . shows floor, + shows doors, and % shows stairs. Items include ! potions, ? scrolls, / wands, = rings, ] armor, and ) weapons. Rogue features permanent death—when your character dies, the game ends permanently. There is no reloading saves to retry. This creates tension and makes each decision meaningful. The game requires a minimum 24x80 terminal.

参数

-r _FILE_
Restore a previously saved game
-s
Display the high score list

FAQ

What is the rogue command used for?

rogue is the original dungeon-crawling game that defined the roguelike genre. The player explores procedurally generated dungeon levels, fighting monsters, collecting treasure, and searching for the Amulet of Yendor on the 26th level. The game displays the dungeon using ASCII characters: @ represents the player, letters represent monsters (stronger monsters use later alphabet letters), # shows corridors, . shows floor, + shows doors, and % shows stairs. Items include ! potions, ? scrolls, / wands, = rings, ] armor, and ) weapons. Rogue features permanent death—when your character dies, the game ends permanently. There is no reloading saves to retry. This creates tension and makes each decision meaningful. The game requires a minimum 24x80 terminal.

How do I run a basic rogue example?

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

What does -r _FILE_ do in rogue?

Restore a previously saved game