hangman: Play the hangman game

Description Usage Arguments Value

Description

Sets a game of hangman with a chosen word or a randomly selected word

Usage

1
2
hangman(dictionnary = "french", n.letters = 6, word = NULL,
  graph = TRUE)

Arguments

dictionnary

Either one of 'french' or 'english'. The dictionnary from which to select a word. Ignored if 'word' is given

n.letters

The number of letters of the wanted word. Ignored if 'word' is given

word

The word to choose

graph

Display or not the awesome graphics, default to TRUE. Will open a graphical window.

Value

nothing


norival/rhangman documentation built on May 23, 2019, 8:21 p.m.