Play Uno via terminal in a client/server architecture based application using sockets with 2 or more players
-
Make sure that the port the server is running is available which is by default the port 4000 or change it as you wish
-
Edit the number of clients in the MIN_NUMBER_PLAYERS, by default it's 3
-
Run the server first and then the clients