https://github.com/trinker/hangman
hangman game
https://github.com/trinker/hangman
Last synced: about 1 year ago
JSON representation
hangman game
- Host: GitHub
- URL: https://github.com/trinker/hangman
- Owner: trinker
- Created: 2012-07-24T02:56:05.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2013-04-29T15:25:38.000Z (about 13 years ago)
- Last Synced: 2025-02-14T13:16:09.786Z (over 1 year ago)
- Language: R
- Size: 282 KB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hangman
====
The classic hangman game for R
## Installation
Currently there isn't a release on [CRAN](http://cran.r-project.org/).
You can, however, download the [zip ball](https://github.com/trinker/hangman/zipball/master) or [tar ball](https://github.com/trinker/hangman/tarball/master), decompress and run `R CMD INSTALL` on it, or use the **devtools** package to install the development version:
```r
# install.packages("devtools")
library(devtools)
install_github("hangman", "trinker")
```
Note: Windows users need [Rtools](http://www.murdoch-sutherland.com/Rtools/) and [devtools](http://CRAN.R-project.org/package=devtools) to install this way.