The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: PG472 on March 15, 2010, 02:22:19 PM

Title: implement network for game in assembly
Post by: PG472 on March 15, 2010, 02:22:19 PM
hi all :) i'm doing a wall breaker-like project in assembly but i don't know how implement "network manage"  because it will be fine if the game is playable in LAN  :bg

do you know some library to implement network connection?

thanks in advance  :P
Title: Re: implement network for game in assembly
Post by: clive on March 15, 2010, 02:57:36 PM
Windows Sockets (WINSOCK)  WSOCK32.LIB/DLL

http://en.wikipedia.org/wiki/Berkeley_sockets

Title: Re: implement network for game in assembly
Post by: PG472 on March 15, 2010, 03:17:44 PM
okay  :U thanks clive  :8)