Wordle recreated in Java (Also has a SQLite authentication system to keep scores)
Jake4-CX/Wordle-in-Java
This is a wordle recreation in Java that uses JavaFX for the UI. This was created for my first year Computer Science 'CT4030 - Object Oriented Programming' Assignment. This clone also has a login system which allows scores to be stored in a SQLite database.
Java