Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.
/ chess Public archive

An old school project meant for demonstrative purposes

Notifications You must be signed in to change notification settings

Sponge5/chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SEMESTRAL PROJECT - CHESS

Client/server application using JavaFX

Requirements

Open JDK 10

Running

Compile

make

Run client in order to play local games

make client

Run server and two clients in order to play remote game

make server

HIT ENTER AFTER EACH TEXTFIELD ENTRY

To play as white, type localhost as address and 8888 as port to play as white, then hit connect, on second client type localhost, 8889 and check the radio button.

Testing

make test

TODO

  • Client creates it's own thread for server in case of game on 1 machine
  • Communication in own thread
  • Add modifiers to class datastructures (for security)

About

An old school project meant for demonstrative purposes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published