LinuxCommandLibrary

huntd

TLDR

Start hunt server

$ huntd
copy
Specify port
$ huntd -p [9999]
copy
Set player limit
$ huntd -n [8]
copy
Foreground mode
$ huntd -s
copy

SYNOPSIS

huntd [options]

DESCRIPTION

huntd is the server daemon for the hunt game. It manages the game world and coordinates multiple players.
The server creates the maze and handles player connections, shots, and scoring. Multiple players connect via the hunt client.
huntd serves multiplayer hunt game.

PARAMETERS

-p PORT

Listen port.
-n NUM
Maximum players.
-s
Don't daemonize.
-a ADDR
Listen address.
--help
Display help information.

CAVEATS

Part of BSD games. Runs as daemon by default. Manages game state.

HISTORY

huntd is the server component of hunt, a classic BSD network game from the 1980s.

SEE ALSO

hunt(6), bsdgames(6)

Copied to clipboard