Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 648 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 648 Bytes

play_hangman

Play Hangman on your console!! Install, run the command 'play_hangman' and enjoy.

This game was built using the hangman_engine and console_view_helper libraries. Check them out to build your own version of the game.

Dependencies

  • ruby >= 1.9.3

Installation

Run from your command line:

$ gem install 'play_hangman'

Usage (Play!!)

To play just run from your command line:

$ play_hangman

Build your own Hangman game

Window Users

To play you will need the win32console gem.

Get it:

gem install 'win32console'