Skip to content

unfamiliarS/Wordle-on-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordle: Guess the Hidden Word

image

The rules are very simple: You have to guess the hidden word (from 5 letters) in 6 tries. To get started, just type any word on the first line. If the letter is guessed correctly and is in the correct place, it will be highlighted in green, if the letter is in the word, but in the wrong place - in yellow, and if the letter is not in the word, it will turn pink.

image

Different Languages

There is a choice of two languages: English and Russian.

Building

Prerequisites

Build and Run Commands

in project root type:

# Build the project
mvn clean package

# Run the application
chmod +x wordle && ./wordle

About

Wordle: Guess the Hidden Word

Topics

Resources

Stars

Watchers

Forks

Contributors