A Football Manager Application built on Javafx, containing authentic information and images of more than 16700 players from over 660 clubs and 160 countries, collected from fifacm. This was done as our L1T2 Term Project on JavaFX and Java Networking.
Download the release. Unzip the compressed file and extract. Run server.jar first and then as many instances of client.jar as you like.
Use the following commands.
java -jar server.jar
java -jar client.jar
To save the transfers and progress, close the server by writing stop
in the terminal where the server is running.