Skip to content

Java implementation of Battleship game with chat functionality.

Notifications You must be signed in to change notification settings

Miladrzh/java-battleship

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

BattleShip game implemented in Java

Tags: Java, Socket Programming, Swing
Clean Code Status: Refactor needed in order to remove some couplings

It is my final project in Advanced Programming course.

We implemented multiplayer Battleship game with chat functionality. It is good example if you wanted to learn socket programming, or UI programming with java.

How to run project:

You can run project by running Main.java at the root of project. In order to play game and chat, one must play the role of server and the other player can connect to him by using his ip.

Don't hesitate to ask question if you have problems with understanding or running code. You can find my email from my github profile.

About

Java implementation of Battleship game with chat functionality.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages