LexiMatch is a playable Wordle-style game with:
- 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
Run the local server:
powershell -ExecutionPolicy Bypass -File .\scripts\serve-web.ps1Then open:
http://localhost:8080/web/
powershell -ExecutionPolicy Bypass -File .\scripts\run.ps1powershell -ExecutionPolicy Bypass -File .\scripts\test.ps1