Hangman - console version of paper and pencil guessing game for two or more players
ver.: 4.0, reading from file
Created by v.n.zubarev@gmail.com on 10/10/18
1). First, clone this repo to your laptop or computer using terminal (command line): git clone https://github.com/VovkaZy/hangman_v4.git
2). After this, change the directory to that, wich contain game files: cd dirpath/hangman_v4/
3). Run it from terminal (command line): ruby hangman_v4.rb
4). Enjoy and have fun :)
P.S.: If you want to add or change words which you or your partner have to guess, just open file words.txt in
./data
directory add your words there and save it.