LexiMatch
Built a Java MVC Wordle clone with a 12K-word dictionary and difficulty modes.
- Status
- Repository
- Updated
- Aug 2026
- Tools
- Java, JavaScript, HTML, CSS

The problem
Built a Java MVC Wordle clone with a 12K-word dictionary and difficulty modes.
What I built
Built a Java MVC Wordle clone with a 12K-word dictionary and difficulty modes.
How it works
- A Java console version using MVC architecture
- A browser version with a full web UI
- Four difficulty modes
- A 12,000-word guess dictionary and curated answer bank
- JUnit tests for the Java game logic
Tradeoffs and limits
This project does not currently have a hosted demo. Run and verification instructions live in the repository when available.
What I learned
Kept guess evaluation under 50 ms while maintaining 92% unit test coverage.