Client/server application using JavaFX
Open JDK 10
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
- 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)