LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

huntd

server daemon for the hunt game

TLDR

Start hunt server
$ huntd
copy
Specify port
$ huntd -p [9999]
copy
Run in server mode (run forever)
$ huntd -s
copy
Fork into background (log errors via syslog)
$ huntd -b
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.

PARAMETERS

-p port

Change the UDP port number used to rendezvous with the player process.
-s
Run in server mode (run forever). Consumes a process table entry when no one is playing.
-b
Fork into the background. Errors are logged via syslog instead of stderr.
-a addr
Listen only on a specific interface address (given as an IP address).

CAVEATS

Part of BSD games. Can be run standalone with -s or under inetd. Without -s, the daemon exits when all players disconnect.

HISTORY

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

SEE ALSO

hunt(6), bsdgames(6)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid