Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 918 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 918 Bytes

HangManGames

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!

Usage

$ git clone https://github.com/TheGenocides/HangMan.rb
$ cd HangMan.rb 

Open your IRB

require_relative "hangman.rb"

hang=HANGMAN::HangMan.new
hang.start

Note

There is only 5 question in this game, you can add more by contributing to our Github