Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 995 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 995 Bytes

Wordle

Screenshot_20230608_001141_2

How to play

Wordle is a word-guessing game where you try to guess a five-letter word.

Read more on Wikipedia.

Options

  • -d <dictionary-path>: Specify the path to a custom dictionary file.
  • -w <word>: Choose manually a word to guess.
  • -e: Enable endless guesses mode.
  • -k: Disable keyboard display.
  • -h: Display help message.

Dictionaries

The game uses a dictionary file to validate the words entered by the player. By default, the game uses the "dict/english.txt" file as the dictionary. You can specify a different dictionary file using the -d option.

Building

For Unix-based systems

The easiest way to build the game is with make. To get started, follow the instructions here. Note that while the game has not been tested on macOS, it should work in theory.