Skip to content

Sean2xy/Wordle-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

63ab414 Β· Aug 20, 2023

History

1 Commit
Aug 20, 2023
Aug 20, 2023
Aug 20, 2023
Aug 20, 2023
Aug 20, 2023
Aug 20, 2023

Repository files navigation

Wordle - Java ☘️

An Java version Wordle based on Swing

One version will have a Graphical User Interface (GUI) and the other version will have a command-line interface (CLI)

The implementation of this game is based on Model, View and Controller (MVC) style with Observer Pattern

How to play πŸ“–

  • Guess the Wordle word in tries for no more than 6 time.

  • Each guess must be a valid word with the length of FIVE.

  • For each letter in a valid word(ie. in a wordlist) you enter, it will turn to:

    • Green if it is in the answer with correct position.
    • Yellow if it is in the answer with the wrong position.
    • Gray if it is not in the answer.

UML ⭐

v2.png

Project display 🎰

  • Interface

di.png

de.png

Contribution πŸ‘¨β€πŸ‘¨β€πŸ‘¦β€πŸ‘¦

Looking forward to more contributions:

  • I will respond positively to bugs and suggestions in the Issues section.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages