Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/anowell/ascii_hangman
- Owner: anowell
- Created: 2013-02-02T19:38:35.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-02T20:09:20.000Z (almost 12 years ago)
- Last Synced: 2023-04-09T06:14:19.131Z (over 1 year ago)
- Language: Ruby
- Size: 105 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`