play_wordle: Play a game of Wordle

View source: R/play_wordle.R

play_wordleR Documentation

Play a game of Wordle

Description

Selects a random target word of specified length and prompts user for input words. Input words are compared to target word and feedback is given to user indicating which words are correct, incorrect, or misplaced.

Usage

play_wordle(n_letters = 5)

Arguments

n_letters

Length of target word


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