CTzatzakis / HANGMAN_linux

:running: A game written for educational purposes during my linux learning period.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HANGMAN for linux

Hangman is originaly a paper and pencil guessing game for two or more players. One player thinks of a word, phrase or sentence and the other tries to guess it by suggesting letters or numbers, within a certain number of guesses.

Motivation

A game written for educational purposes during my linux learning period.

Installing

This game reads a dictionary.txt and a highscores.txt in the same directory as the game script. To play the game open a terminal at game folder and type:

./game 

License

This project is licensed under the GNU GENERAL PUBLIC LICENSE, Version 3 - see the LICENSE file for details

About

:running: A game written for educational purposes during my linux learning period.

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%