https://github.com/llleeeaaannn/hangman
Implementation of a Hangman on the command line through Ruby
https://github.com/llleeeaaannn/hangman
ruby
Last synced: about 1 year ago
JSON representation
Implementation of a Hangman on the command line through Ruby
- Host: GitHub
- URL: https://github.com/llleeeaaannn/hangman
- Owner: llleeeaaannn
- Created: 2022-06-02T23:50:49.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-04T17:25:14.000Z (over 3 years ago)
- Last Synced: 2025-02-16T21:31:37.024Z (over 1 year ago)
- Topics: ruby
- Language: Ruby
- Homepage: https://replit.com/@FrankPierce/Hangman?v=1
- Size: 188 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hangman
This repository is my implementation of a Hangman on the command line through Ruby which I undertook as part of studying Ruby. The game randomly selects a guess from thousands of possible words and gives the user 10 guesses to guess it through a combination or letter & word guesses. During each guess the user can guess either a letter or a word. If the user guesses a letter
## Guide for use
To play hangman simply clone the repository, open it in your terminal and type 'ruby hangman.rb'. The game will then instruct you how to play.
## Play Online
You can also play this hangman game online [here](https://replit.com/@FrankPierce/Hangman?v=1)