Skip to content

klsc749/Wordle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordle User Guide

This is a game like Wordle.

Game Rules

  • Guess a hidden target 5-letter word within 6 attempts.
    • You can input your answer by physical keyboard or virtual keyboard
  • When you submit your answer, you'll get feed back
    • Green means the letter is contained in the word and is in that position
    • Yellow means the letter is contained in the word but not in that position
    • Grey means the letter is not contained in the word

Helper

You can input the letter to find words that include these letters so that you can guess the answer.

image-20220601191200031

Compile And Run

To play this game, you must compile the program first. Then run Application java class.

Open the command line in the project directory and enter the following command:

cd ./source
javac Application.java
java Application

Or just run the script named Wordle.bat.

About

Wordle Game with a helper

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published