Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 591 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 591 Bytes

SpellingBee

The New York Times Spelling Bee clone desktop game written in Java by using JavaFX and MVC design pattern

Screenshot

SpellingBee screenshot

How to execute

You have two options to run the project.

Using Maven

mvn clean javafx:run

This option might not work if you use a different Java version.

Using App class

You can use the App class to run the project like a regular Java project.

Warning

We are using Maven to manage dependencies. Please be sure all dependencies are installed before running the project.