Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

hangman(6) [bsd man page]

HANGMAN(6)							   Games Manual 							HANGMAN(6)

NAME
hangman - Computer version of the game hangman SYNOPSIS
/usr/games/hangman DESCRIPTION
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 the screen in a graphic fashion. FILES
/usr/dict/words On-line word list AUTHOR
Ken Arnold 4th Berkeley Distribution May 20, 1985 HANGMAN(6)

Check Out this Related Man Page

ROGUE(6)							   Games Manual 							  ROGUE(6)

NAME
rogue - Exploring The Dungeons of Doom SYNOPSIS
/usr/games/rogue [ -r ] [ save_file ] [ -s ] [ -d ] DESCRIPTION
Rogue is a computer fantasy game with a new twist. It is crt oriented and the object of the game is to survive the attacks of various mon- sters and get a lot of gold, rather than the puzzle solving orientation of most computer fantasy games. To get started you really only need to know two commands. The command ? will give you a list of the available commands and the command / will identify the things you see on the screen. To win the game (as opposed to merely playing to beat other people's high scores) you must locate the Amulet of Yendor which is somewhere below the 20th level of the dungeon and get it out. Nobody has achieved this yet and if somebody does, they will probably go down in his- tory as a hero among heroes. When the game ends, either by your death, when you quit, or if you (by some miracle) manage to win, rogue will give you a list of the top- ten scorers. The scoring is based entirely upon how much gold you get. There is a 10% penalty for getting yourself killed. If save_file is specified, rogue will be restored from the specified saved game file. If the -r option is used, the save game file is pre- sumed to be the default. The -s option will print out the list of scores. The -d option will kill you and try to add you to the score file. For more detailed directions, read the document A Guide to the Dungeons of Doom. AUTHORS
Michael C. Toy, Kenneth C. R. C. Arnold, Glenn Wichman FILES
/usr/games/lib/rogue_roll Score file ~/rogue.save Default save file SEE ALSO
Michael C. Toy and Kenneth C. R. C. Arnold, A guide to the Dungeons of Doom BUGS
Probably infinite (although countably infinite). However, that Ice Monsters sometimes transfix you permanently is not a bug. It's a fea- ture. 4th Berkeley Distribution May 6, 1986 ROGUE(6)
Man Page

5 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Hangman written in Bash. Suggestions please...

qwertyuiop (1 Reply)
Discussion started by: rorey_breaker
1 Replies

2. Shell Programming and Scripting

Script for Hangman Game

Any ideas on whats the best way to form a hangman game via bash shell. (0 Replies)
Discussion started by: immyakram
0 Replies

3. Shell Programming and Scripting

Hangman Script

Hello everyone, im just having some problem forming a script for a hangman script. The question states: The object this excercise is for u to write a script that emulate the classic game hangman. The object of this game is for a user to try and guess a word which has been generated by the... (1 Reply)
Discussion started by: immyakram
1 Replies

4. UNIX for Dummies Questions & Answers

help with hangman

i want to create the known game hangman wordlist=./hangmanword //hangman word is my text file which include words i use this code to generate a random number corresponding to a word in our file and works fine calculate and generate a right number wordline=$( wc -l ${wordlist} | awk '{print... (9 Replies)
Discussion started by: sainis
9 Replies

5. UNIX for Beginners Questions & Answers

Random letters

Hi there, first of all this is not homework...this is a new type of exercise for practicing vocabulary with my students. I have a file consisting of two columns, separated by a tab, each line consisting of a word and its definition, separated by a line break. What i need is to replace a... (15 Replies)
Discussion started by: eldeingles
15 Replies