Skip to content
This repository has been archived by the owner on Jun 10, 2020. It is now read-only.
/ French-Hangman-Game Public archive

French HangMan (jeu du pendu) in BASH / SHELL

License

Notifications You must be signed in to change notification settings

A3lfyr/French-Hangman-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

French Hangman - Pendu

The simple game of Hangman in a shell script. Resulting from a school duty I programmed this little game with a small interface ascii having two game modes: easy and difficult.

Working :

  1. A line is drawn at random from a list.txt file containing a part of the French dictionary.
  2. When displaying the word, the letters are replaced by underscores,
  3. step by step the user is invited to write letters that will be displayed instead of the underscore if they are present in the chosen word
  4. If the letter is not present in the word, the hanged man is built progressively, after 12 mistakes the game is over it's a defeat
  5. If you find the word you win A scoring system is present, all the completed parts are saved in the score.txt file as follows: "score ; player ; word"

Author : Arthur REITER Website : arthur.reiter.tf

About

French HangMan (jeu du pendu) in BASH / SHELL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages