Skip to content

Arax734/battleship-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Battleship Game Desciption

A battleship game developed in JavaFX. The application is a network game using a database. A player is able to create a room and another joins it. Each room is a separate thread, allowing games to be played in parallel. It uses mySQL database to collect leaderboard stats.

How to use:

  1. Run Server.java to manage rooms, clients and their connection.
  2. Run HelloApplication.java to start the game from the player level.

Screenshots of the game:

enter image description here

enter image description here

enter image description here

enter image description here

About

A battleship game developed in JavaFX. The application is a network game using a database. A player is able to create a room and another joins it. Each room is a separate thread, allowing games to be played in parallel.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors