Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

general java server/client tutorial

im developing a multi-player card game that needs the clients to communicate with each other or a general server. i have never done this before so i need some direction or tutorial on how to achieve this.

so far i have created the local, single person version of the game...

like image 431
Ali Avatar asked Dec 02 '25 03:12

Ali


1 Answers

Sun has a good tutorial on writing a client/server pair complete with code examples.

like image 182
Asaph Avatar answered Dec 04 '25 17:12

Asaph