Skip to content

emmittjames/Bananagrams

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

JavaFX adaptation of the Bananagrams word game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages