Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Wordle

A game of wordle that is played in the terminal.

Terminal Requirements

In order to enjoy the full experience, please ensure that your terminal supports the following features:

  • ANSI escape codes for letter coloring
  • Unicode characters for printing the game board

Customization

A "words.txt" file is used for selecting and verifying words.
You can customize the game to your liking by adding or removing words from this file.

Usage

To play the game, simply run the C++ source file in the folder.