prompt_for_guess: Request word guess input from user

View source: R/play_wordle.R

prompt_for_guessR Documentation

Request word guess input from user

Description

Request word guess input from user

Usage

prompt_for_guess(n_letters = 5, init = TRUE)

Arguments

n_letters

Required number of letters in guess word

init

Whether this is the initial prompt of the Wordle game. Determines which output to display to user when requesting guess.

Value

input word


robe2037/wordle documentation built on March 2, 2023, 2:18 a.m.