https://github.com/tomaztk/hangman_game_with_r
Classic word game Hangman for R language
https://github.com/tomaztk/hangman_game_with_r
game-hangman ggplot2 programming r rlanguage rstats
Last synced: 5 months ago
JSON representation
Classic word game Hangman for R language
- Host: GitHub
- URL: https://github.com/tomaztk/hangman_game_with_r
- Owner: tomaztk
- Created: 2019-11-19T05:18:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-26T17:24:34.000Z (over 6 years ago)
- Last Synced: 2023-10-26T08:48:25.680Z (over 2 years ago)
- Topics: game-hangman, ggplot2, programming, r, rlanguage, rstats
- Language: R
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hangman_game_with_R
Hangman is a classic word game in which you need to need to guess as many possible letters in word, so you can guess the word, before running out of tries (lives).
Upon running out of tries, you are hanged!
## R code
R code consists of couple helper functions and data.frame dataset for drawing the hangman using ggplot.

Once you start the while loop, you will be prompted to insert the word that will be
shown as "_ , _ , _ , _ " (in case of four-letter word) and later a separate letter for guessing.
## Cloning the repository
You can follow the steps below to clone the repository.
```
git clone -n https://github.com/tomaztk/Hangman_game_with_R
```
## Contributors and co-authors
Thanks to these wonderful community people making this classical game in R better. Contributions of any kind is highly appreciated!

Jesus Armand Calejero Roman

Liam Crowhurst
## License
These samples and templates are all licensed under the MIT license.
## Questions
Email questions to: tomaztsql@gmail.com