Recreation of Wordle, coded in Java.
This repository has been archived on 2024-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2023-04-16 14:57:56 +02:00
.settings first commit, frontend ish done 2022-10-27 22:52:03 +02:00
bin just need finishing touches.. 2022-11-13 01:33:02 +01:00
src just need finishing touches.. 2022-11-13 01:33:02 +01:00
.classpath first commit, frontend ish done 2022-10-27 22:52:03 +02:00
.project first commit, frontend ish done 2022-10-27 22:52:03 +02:00
build.fxbuild first commit, frontend ish done 2022-10-27 22:52:03 +02:00
gameWords.txt just need finishing touches.. 2022-11-13 01:33:02 +01:00
legalWords.txt just need finishing touches.. 2022-11-13 01:33:02 +01:00
README.md Update README.md 2023-04-16 14:57:56 +02:00

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

Beta preview

https://user-images.githubusercontent.com/93219711/232312977-f68f73cc-4207-488d-87e1-e25fda8acc59.mp4