Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 388 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 388 Bytes

Hangman in BASH

A basic UNIX terminal based hangman game written in Bash.

This is a hangman game that I wrote in the Bourne again shell (Bash UNIX shell) while trying to learn some of the syntax. The main game is started by executing the hangman script using:

./hangman

in a bash terminal. This game looks for a dict.dat file full of words that are randomly selected from.

Enjoy!