Skip to content

Nave205/Wordle

Repository files navigation

Wordle

A simple Wordle clone in Java, using JavaFX as the UI.


Probably better to use HTML, CSS and JavaScript or make it a web app than this.

Decided to stay with JavaFX due to SceneBuilder, with the ease of making grids and such.

Features:

  • Menu bar that allows to reset the game and shows the basic rules of wordle.
  • Minimal error handling for the word input
  • A text box for typing instead of keyboard GUI (at least you can press enter or the submit button)

Lacks:

  • An easy way for players to keep note of letters that haven't been played yet (a.k.a. Keyboard GUI)
  • Animations
  • Additional bug testing

My plans:

  • Create as executable file (Might as well just do a batch file. Java deployment technologies were removed at 11. Should've coded in java 8 instead to still use JavaFX, plus the ease of deployment. In any case, the user needs to have the correct java installed)
  • Send to friends for fun
  • Create a separate repository to suggest words (Information Theory)

current_ui

Majority of my documentation came from here:
https://www.youtube.com/playlist?list=PLrzWQu7Ajpi26jZvP8JhEJgFPFEj_fojO

About

A simple Wordle clone in Java, using JavaFX as the UI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published