Yuen Kwee wrote:

hi there!

i am going to start designing a game for 2 players that can be played through 
the net, via wifi or network or bluetooth. where should i start? which library 
should i look into? netlib? is there any working sample source code out there?

thanks!


About MP: First you need to have the MP logic, for example: define your own packets which includes a tick for sync and the action the other player did. Second, now you need a transport layer. There are 2 possibilities for 2-player games: serial and TCP/IP. Serial means cable (who needs this...), IRDA (use IrCOMM) or BT (use VfCOMM). Use the new serial manager and you are done. TCP/IP means internet and therefore use the netlib and sockets.

Regards
Henk
--
-------------------------------------------------------------------------
  Henk Jonas                                            [EMAIL PROTECTED]
  Palm OS ® certified developer

  Please contact me, if you need an off-site contract worker.
-------------------------------------------------------------------------

--
For information on using the PalmSource Developer Forums, or to unsubscribe, 
please see http://www.palmos.com/dev/support/forums/

Reply via email to