0.0
No commit activity in last 3 years
No release in over 3 years
Play Hangman on your console! Install, run the command 'play_hangman' and enjoy. This game was built using the 'hangman_engine' gem. Check it out to build your own Hangman game.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

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'