Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/anowell/ascii_hangman

Simple hangman console app with ASCII art
https://github.com/anowell/ascii_hangman

Last synced: about 1 month ago
JSON representation

Simple hangman console app with ASCII art

Awesome Lists containing this project

README

        

ASCII Hangman
=============

___________.._______
| .__________))______|
| | / / ||
| |/ / ||
| | / ||.-''.
| |/ |/ _ \
| | || `/,|
| | (\\`_.'
| | .`--'
| | |. .|
| | | |
| | | . |
| | | |
| | ||'"'
| | ||
| | ||
| | ..||
| | (___|
|"|"""""|""""""""""""||"|
|"|"""""""""""""""""'"|"|
| | | |
| | | |
| | Bad guesses | |
| | | |
| | A I U _ _ _ _ | |
|_|___________________|_|
: :
: : Keep guessing
: : H E L L O W O R L _
: :
Enter a guess:

---------------------------------------

To play, run: `ruby play.rb`

To test, run: `rspec hangman_spec.rb`