This is a simulation of the classic Hangman Game in Ruby.
When a player initiates the game The player is asked if he wants to start a new game or he wants to play from a previously saved game.
[n] start new game [l] load saved game [q] quit game
If [n] new game is selected, the computer selects a word and scrambles the word by replace the hidden selected word with the underscore characters '______'
[n] start new game [l] load saved game [q] quit game
After 5 wrong guesses you have lost the game.
Guess word : _____
For every turn the player is expected to guess a letter from the computer guessed word. Each Incorrect guess will reduce the players entitled chance by 1
when the player finally guess a letter on the scrambled word correctly tha view is updated with that correct letter
Guess_word : la_yngitis
r
Congratulations. You have won
Already started game can also be saved and loaded again later
Add this line to your application's Gemfile:
gem 'hangman_game1'
And then execute:
$ bundle
Or install it yourself as:
$ gem install hangman_game1
$ gem install hangman_game1
After checking out the repo, run bin/setup to install dependencies. Then, run rake spec to run the tests. You can also run bin/console for an interactive prompt that will allow you to experiment.
To install this gem onto your local machine, run bundle exec rake install. To release a new version, update the version number in version.rb, and then run bundle exec rake release, which will create a git tag for the version, push git commits and tags, and push the .gem file to rubygems.org.
Bug reports and pull requests are welcome on GitHub at https://github.com/andela-aoko-odion/hangman. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
The gem is available as open source under the terms of the MIT License.