An open API service indexing awesome lists of open source software.

https://github.com/llleeeaaannn/hangman

Implementation of a Hangman on the command line through Ruby
https://github.com/llleeeaaannn/hangman

ruby

Last synced: about 1 year ago
JSON representation

Implementation of a Hangman on the command line through Ruby

Awesome Lists containing this project

README

          

# Hangman
This repository is my implementation of a Hangman on the command line through Ruby which I undertook as part of studying Ruby. The game randomly selects a guess from thousands of possible words and gives the user 10 guesses to guess it through a combination or letter & word guesses. During each guess the user can guess either a letter or a word. If the user guesses a letter

## Guide for use
To play hangman simply clone the repository, open it in your terminal and type 'ruby hangman.rb'. The game will then instruct you how to play.

## Play Online
You can also play this hangman game online [here](https://replit.com/@FrankPierce/Hangman?v=1)