|
adventure(6) -- an exploration game
|
The object of the game is to locate and explore Colossal Cave, find the treasures hidden there, and bring them back to the building with you. The program is self-descriptive to a point, but part of th... |
arithmetic(6) -- quiz on simple arithmetic
|
arithmetic asks you to solve problems in simple arithmetic. Each question must be answered correctly before going on to the next. After every 20 problems, it prints the score so far and the time taken... |
|
atc(6) -- air traffic controller game
|
atc lets you try your hand at the nerve-wracking duties of an air traffic controller without endangering the lives of millions of travelers each year. Your responsibilities require you to direct the f... |
backgammon(6) -- the game of backgammon
|
This program lets you play backgammon against the computer or against a `friend'. All commands are only one letter, so you don't need to type a carriage return, except at the end of a move. The prog... |
banner(6) -- print large banner on printer
|
banner prints a large, high quality banner on the standard output. If the message is omitted, it prompts for and reads one line of its standard input. If -w is given, the output is scrunched down from... |
battlestar(6) -- a tropical adventure game
|
battlestar is an adventure game in the classic style. However, it's slightly less of a puzzle and more a game of exploration. There are a few magical words in the game, but on the whole, simple Engli... |
bcd(6) -- reformat input as punch cards, paper tape or morse code
|
The bcd, ppt, and morse commands read the given input and reformat it in the form of punched cards, paper tape, or morse code, respectively. Acceptable input are command line arguments or the standard... |
boggle(6) -- word search game
|
The object of boggle is to find as many words as possible on the Boggle board within the three minute time limit. A Boggle board is a four by four arrangement of Boggle cubes, each side of each cube d... |
bs(6) -- battleships game
|
This program allows you to play the familiar Battleships game against the computer on a 10x10 board. The interface is visual and largely self-explanatory; you place your ships and pick your shots by m... |
caesar(6) -- decrypt caesar cyphers
|
The caesar utility attempts to decrypt caesar cyphers using English letter frequency statistics. caesar reads from the standard input and writes to the standard output. The optional numerical argument... |
canfield(6) -- the solitaire card game canfield
|
If you have never played solitaire before, it is recommended that you consult a solitaire instruction book. In Canfield, tableau cards may be built on each other downward in alternate colors. An entir... |
cfscores(6) -- the solitaire card game canfield
|
If you have never played solitaire before, it is recommended that you consult a solitaire instruction book. In Canfield, tableau cards may be built on each other downward in alternate colors. An entir... |
cribbage(6) -- the card game cribbage
|
cribbage plays the card game cribbage, with the program playing one hand and the user the other. The program will initially ask the user if the rules of the game are needed - if so, it will print out ... |
factor(6) -- factor a number, generate primes
|
The factor utility will factor 64-bit positive integers. When a number is factored, it is printed, followed by a ``:'', and the list of factors on a single line. Factors are listed in ascending orde... |
fish(6) -- play ``Go Fish''
|
fish is the game ``Go Fish'', a traditional children's card game. The computer deals the player and itself seven cards each, and places the rest of the deck face-down (figuratively), to be drawn fr... |
fortune(6) -- print a random, hopefully interesting, adage
|
When fortune is run with no arguments it prints out a random epigram. Epigrams are divided into several categories, where each category is subdivided into those which are potentially offensive and tho... |
gomoku(6) -- game of 5 in a row
|
gomoku is a two player game where the object is to get 5 in a row horizontally, vertically or diagonally on a 19 by 19 grid. By convention, black always moves first. With no arguments, gomoku will dis... |
grdc(6) -- grand digital clock (curses)
|
grdc runs a digital clock made of reverse-video blanks on a curses compatible VDU screen. With an optional numeric argument number it stops after number seconds (defaulting to never). The optional -s ... |
hack(6) -- Exploring The Dungeons of Doom
|
hack is a display oriented dungeons & dragons - like game. Both display and command structure resemble rogue. (For a game with the same structure but entirely different display - a real cave instead o... |
hangman(6) -- computer version of the game hangman
|
In hangman, the computer picks a word from the on-line word list and you must try to guess it. The computer keeps track of which letters have been guessed and how many wrong guesses you have made on t... |
hunt(6) -- a multi-player multi-terminal game
|
The object of the game hunt is to kill off the other players. There are no rooms, no treasures, and no monsters. Instead, you wander around a maze, find grenades, trip mines, and shoot down walls and ... |
huntd(6) -- hunt daemon, back-end for hunt game
|
huntd controls the multi-player hunt(6) game. The -s option is for running huntd forever (server mode). This is similar to running it under the control of inetd(8) (see below), but it consumes a proce... |
intro(6) -- introduction to the games
|
The manual pages in section 6 contain information about the various games and diversions optionally installed in /usr/games. Currently available games are: adventure An exploration game. See adventure... |
mille(6) -- play Mille Bornes
|
mille plays a two-handed game reminiscent of the Parker Brother's game of Mille Bornes with you. The rules are described below. If a file name is given on the command line, the game saved in that fil... |
monop(6) -- Monopoly game
|
monop is reminiscent of the Parker Brother's game Monopoly, and monitors a game between 1 to 9 users. It is assumed that the rules of Monopoly are known. The game follows the standard rules, with the... |
morse(6) -- reformat input as punch cards, paper tape or morse code
|
The bcd, ppt, and morse commands read the given input and reformat it in the form of punched cards, paper tape, or morse code, respectively. Acceptable input are command line arguments or the standard... |
number(6) -- convert Arabic numerals to English
|
The number utility prints the English equivalent of the number to the standard output, with each 10^3 magnitude displayed on a separate line. If no argument is specified, number reads lines from the s... |
phantasia(6) -- an interterminal fantasy game
|
phantasia is a role-playing game that allows players to roll up characters of various types to fight monsters and other players. Progression of characters is based upon gaining experience from fightin... |
pig(6) -- eformatray inputway asway Igpay Atinlay
|
Ethay igpay utilityway eadsray ethay andardstay inputway andway iteswray itway outway otay andardstay outputway inway Igpay Atinlay. Usefulway orfay eneratinggay onthlymay eportsray. OpenBSD 3.6 June ... |
pom(6) -- display the phase of the moon
|
The pom utility displays the current phase of the moon. Useful for selecting software completion target dates and predicting managerial behavior. [[[[[cc]yy]mm]dd]HH] Display the phase of the moon for... |
ppt(6) -- reformat input as punch cards, paper tape or morse code
|
The bcd, ppt, and morse commands read the given input and reformat it in the form of punched cards, paper tape, or morse code, respectively. Acceptable input are command line arguments or the standard... |
primes(6) -- factor a number, generate primes
|
The factor utility will factor 64-bit positive integers. When a number is factored, it is printed, followed by a ``:'', and the list of factors on a single line. Factors are listed in ascending orde... |
quiz(6) -- random knowledge tests
|
The quiz utility tests your knowledge of random facts. It has a database of subjects from which you can choose. With no arguments, quiz displays the list of available subjects. The options are as foll... |
rain(6) -- animated raindrops display
|
rain is modeled after the VAX/VMS program of the same name. To obtain the proper effect, either the terminal must be set for 9600 baud or the -d option must be used to specify a delay, in milliseconds... |
random(6) -- random lines from a file or random numbers
|
random reads lines from the standard input and copies them to the standard output with a probability of 1/denominator. The default value for denominator is 2. The options are as follows: -e If the -e ... |
robots(6) -- fight off villainous robots
|
robots pits you against evil robots, who are trying to kill you (which is why they are evil). Fortunately for you, even though they are evil, they are not very bright and have a habit of bumping into ... |
rot13(6) -- decrypt caesar cyphers
|
The caesar utility attempts to decrypt caesar cyphers using English letter frequency statistics. caesar reads from the standard input and writes to the standard output. The optional numerical argument... |
sail(6) -- multi-user wooden ships and iron men
|
sail is a computer version of Avalon Hill's game of fighting sail originally developed by S. Craig Taylor. Players of sail take command of an old-fashioned Man of War and fight other players or the c... |
snake(6) -- display chase game
|
snake is a display-based game. The object of the game is to make as much money as possible without getting eaten by the snake. The -l and -w options allow you to specify the length and width of the fi... |
snscore(6) -- display chase game
|
snake is a display-based game. The object of the game is to make as much money as possible without getting eaten by the snake. The -l and -w options allow you to specify the length and width of the fi... |
tetris(6) -- the game of tetris
|
The tetris command runs a display-based game. The object is to fit shapes together to form complete rows, which then vanish. When the shapes fill up to the top, the game ends. You can optionally selec... |
trek(6) -- trekkie game
|
trek is a game of space glory and war. Below is a summary of commands. For complete documentation, see Star Trek by Eric Allman. The game will ask you what length game you would like. Valid responses ... |
worm(6) -- Play the growing worm game
|
In worm, you are a little worm: your body is the "o"'s on the screen and your head is the "@". You move with the hjkl keys (as in the game snake(6)). If you don't press any keys, you continue in... |
worms(6) -- animate worms on a display terminal
|
A UNIX version of the DEC-2136 program ``worms''. The options are as follows: -d delay Specifies a delay, in milliseconds, between each update. This is useful for fast terminals. Reasonable values a... |
wump(6) -- hunt the wumpus in an underground cave
|
The game wump is based on a fantasy game first presented in the pages of People's Computer Company in 1973. In Hunt the Wumpus you are placed in a cave built of many different rooms, all interconnect... |