|
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... |