Recreation of Wordle, coded in Java.
.settings | ||
bin | ||
src | ||
.classpath | ||
.project | ||
build.fxbuild | ||
gameWords.txt | ||
legalWords.txt | ||
README.md |
Wordle🔡
Info
This repo contains a recreation of the popular game Wordle by Josh Wardle/The New York Times, written in Java.
Currently the game is working ok as a beta, but it needs some finishing touches (aka fix bugs, clean up code etc..)
What I've learned from the project so far
- How to use SceneBuilder in Java
- How FXML works
- How to effectively write JavaDoc
Future plans:
- Create a quick guide on how to run it locally
- Fix bugs
- user can keep playing when correct word is guessed
- user can keep playing even when amount of tries is used up
- Add info in Credits & How to play section