HangMan is a paper and pencil guessing game for two or more players. One player thinks of a word, phrase or sentence and the other(s) tries to guess it by suggesting letters within a certain number of guesses. I was inspired by this Repo, So i'm Re-making this game with more features and some from the repo itself, i hope you like it!
$ git clone https://github.com/TheGenocides/HangMan.rb
$ cd HangMan.rb
Open your IRB
require_relative "hangman.rb"
hang=HANGMAN::HangMan.new
hang.start
There is only 5 question in this game, you can add more by contributing to our Github