by Jazmin Carlos (016756675)
- Clone repository:
git clone https://github.com/jazcar1205/WordleProject.git - Open in IntelliJ/Eclipse
- Configure VM options:
--module-path [path-to-javafx-lib] --add-modules javafx.controls,javafx.fxml
- Personal example:--module-path C:\Users\Jaz\javafx-sdk-25\javafx-sdk-25\lib --add-modules javafx.controls,javafx.fxml - Run
WordleApp.java
- Start Screen with Theme Selection: Choose between Classic, Disney, or Dark word lists.
- Wordle Gameplay: Guess the five-letter word in six tries with color-coded feedback.
- On-Screen Keyboard: Click letters or use your keyboard to input guesses.
- Replay Functionality: Play again with the same or a new theme.
- Mouse: Click on on-screen keyboard buttons, Start, or Replay.
- Keyboard: Type letters and press Enter or Backspace.
- Some dictionaries may not load if resource files are missing (workaround: check /src/main/resources).
- Window resizing may distort the grid layout (workaround: keep default window size).
- Gson 2.10.1 (JSON parsing)
- JavaFX – GUI controls and layouts.