Skip to content

RickeyHo/WordleClone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordle Clone

This is an implementation of the NYT Game Wordle written with Java and the Swing GUI library. The game play only varies from the original when it comes to what words are included in the word list. It includes accessibility features meant for colorblind individuals. It complies with the Model View Control architecture.

Demo Video

https://www.youtube.com/watch?v=li7u5uKFKaU

Team Members

How to Run

  1. Clone repository: git clone https://github.com/RickeyHo/WordleClone
  2. Open in IntelliJ/Eclipse
  3. Run WordleView.java

Features Implemented

  • Feature 1: Accessibility mode has been implemented, meaning that the Wordle view can be represented with shapes instead of colors.
  • Feature 2: Games can be saved midway through and can be reloaded the next time the program is run.

Controls

  • Type in your guess into the white text box below the Wordle view.

External Libraries

  • Gson 2.13.2 (JSON parsing)
  • JUnit 5.8.1 (testing)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages