Skip to content

SamGershkovich/Battleship_GUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Battleship_GUI

To get this project running, assuming you are using IntelliJ, once unzipped and opened, go to:

File → Project Structure → Modules → Dependencies, and check mark the 'javafx-sdk-11.0'. Click 'Apply', then 'OK'.

Next go to: Run → Edit Configurations, and in the 'VM options', add:

--module-path working\directory\javafx-sdk-11.0.2\lib --add-modules=javafx.controls, where 'working\directory' is the contents of the 'Working directory' line below.
Click 'OK'.

Now you can run Main.java.

About

A GUI for a Battleship AI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published