This is a command line hangman game that was built using ruby. To play the game open your terminal and cd into a directory of your choice copy and paste the following code
git clone git@github.com:yusufameri/Hangman.git
cd into the Hangman directory
cd Hangman
run the code
ruby main.rb
The game should begin, enjoy!
This project is part of The Odin Project This project was specifically part of the serialization portion in the Intermediate Ruby Section (click on the link above to learn more)