This desktop application will allow a user to play a single-player mimic of the Bananagrams word game.
Rules for playing: https://bananagrams.com/blogs/news/how-to-play-bananagrams-instructions-for-getting-started
Project created with:
- Java
- JavaFX
- Clone the repository
- Download the JavaFX SDK onto your machine and take note of the file path
- Include the following in the VM arguments:
--module-path "PATH/TO/YOUR/JAVAFX/LIB/FOLDER" --add-modules javafx.controls,javafx.fxml
- If you see
Error: JavaFX runtime components are missing, and are required to run this application
it means you didn't include these VM arguments properly. - If you see a version error it means you are running an outdated JDK version.
- Everything should be up and running!