Skip to content

Simple multiplayer chess game with chat, made in Java.

Notifications You must be signed in to change notification settings

zhaxal/java-chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

java-chess

Simple multiplayer chess game with chat, made in Java.

It's university assignment, the object was to use socket-programming, filters and threads. The web application includes welcome page, where you input your name and pick your color.

alt text

So we have a gaming board and chat. The gaming logic is done(moves, order and etc).

alt text

The principle: clients send data about moves and messages to the server, then the server sends this data back to the connected clients, so both clients will have same positioning on the board and they can chat with each other.

alt text