Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.6 KB

README.md

File metadata and controls

39 lines (30 loc) · 1.6 KB

Bananagrams

Table of contents

General Info

This desktop application will allow a user to play a single-player mimic of the Bananagrams word game.

Technologies

Project created with:

  • Java
  • JavaFX

Cloning

  1. Clone the repository
  2. Download the JavaFX SDK onto your machine and take note of the file path
  3. 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.
  1. Everything should be up and running!

Sample Images

Starting a game

StartingGame

Playing a game

PlayingGame

Finishing a game

FinishedGame